* {
  box-sizing: border-box;
  outline: 0;
}
@font-face {
  font-family: "myfont";
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("../fonts/Oswald-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.woff');
  src: url('../fonts/Oswald-Bold.woff2');
  font-weight: normal;
  font-style: normal
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url("../fonts/Montserrat-ExtraLight.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #1e51a2;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 90px!important;
  }
}

@media (max-width: 1400px) {
  html {
    font-size: 80px!important;
  }
}

@media (max-width: 1300px) {
  html {
    font-size: 65px!important;
  }
}


.f-l {
  float: left;
}
.f-r {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
          animation-name: fadeInUp2;
}
@-webkit-keyframes fadeInUp3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  -webkit-animation-name: fadeInUp3;
          animation-name: fadeInUp3;
}



@-webkit-keyframes fadeInUp4 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp4 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp4 {
  -webkit-animation-name: fadeInUp2;
          animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  -webkit-animation-name: fadeInDown3;
          animation-name: fadeInDown3;
}
@-webkit-keyframes fadeInDown3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
          animation-name: fadeInDown2;
}
@-webkit-keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
          animation-name: fadeInLeft2;
}
@-webkit-keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
          animation-name: fadeInRight2;
}
.scrollArrow1 {
  -webkit-animation-name: scrollArrow1;
          animation-name: scrollArrow1;
}
@-webkit-keyframes bmove1 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bmove1 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scrollArrow {
  0% {
    opacity: 0;
    /*-webkit-transform: scale(1);
            transform: scale(1);*/
  }
  100% {
    opacity: 1;
    /*-webkit-transform: scale(1);
            transform: scale(1);*/
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    /* -webkit-transform: scale(1);
            transform: scale(1); */
  }
  100% {
    opacity: 1;
    /*-webkit-transform: scale(1);
            transform: scale(1);*/
  }
}
@-webkit-keyframes scrollArrow1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes xuanzhuan {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes xuanzhuan {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.xuanzhuan {
  -webkit-animation-name: xuanzhuan;
          animation-name: xuanzhuan;
}
@-webkit-keyframes xuanzhuan2 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@keyframes xuanzhuan2 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.xuanzhuan {
  -webkit-animation-name: xuanzhuan2;
          animation-name: xuanzhuan2;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto !important;
  font-size: 0.18rem;
  position: relative;
  line-height: 1.5;
  font-family: "微软雅黑", "arial";
	width: 100%;

}
.body {
	max-width: 1700px;
}
@media (max-width: 1440px) {
  body {
    font-size: 0.20rem;
  }
}
@media (max-width: 1280px) {
  body {
    font-size: 0.18rem;
  }
}
@media (max-width: 1100px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
}


@media (max-width: 1400px) {
  .container {
    max-width: 1100px;
  }
}

@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
.dw {
  top: -1.5rem;
  z-index: -1;
  position: absolute;
}
.button {
  color: #fff;
  display: inline-block;
  height: 0.46rem;
  padding: 0 0.35rem;
  line-height: 0.46rem;
  min-width: 1.94rem;
  background: #1e51a2;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.button a {
  z-index: 2;
  color: #fff;
  display: block;
  position: relative;
}
@media (max-width: 1100px) {
  .button {
    font-size: 14px!important;
    min-width: 150px!important;
    height: 40px!important;
    line-height: 40px!important;
    padding: 0 15px!important;
  }
}
.button:hover::before {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.button:hover::before {
  -webkit-animation: shine 1.5s ease-out infinite;
          animation: shine 1.5s ease-out infinite;
}
.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: -webkit-linear-gradient(330deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}
@-webkit-keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.header {
  z-index: 99;
  height: 1rem;
  position: relative;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}
.header .container {
  position: relative;
  max-width: 19.2rem;
}
.header .logo {
  margin-left: 2rem;
  position: relative;
  display: inline-block;
  padding-top: 0.12rem;
}
.header .logo img {
  max-height: 0.72rem;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}
.header .button {
  float: right;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  display: inline-block;
  min-width: 1.44rem;
  margin-top: 0.18rem;
}
.header .header-search {
  right: 0;
  top: 0;
  float: right;
  line-height: 1rem;
  position: absolute;
  vertical-align: middle;
  display: inline-block;
}
.header .header-search a {
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}
.header .header-search a:hover img {
  opacity: 0.8;
}
.header .header-search img {
  max-height: 0.22rem;
  vertical-align: middle;
  margin-bottom: 0.02rem;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}
.header .tel {
  float: right;
  color: #352f2e;
  padding-right: 0.4rem;
  line-height: 1rem;
  font-size: 0.24rem;
  font-family: "Oswald-Bold";
}
.header .tel img {
  vertical-align: middle;
  max-height: 0.22rem;
  margin-bottom: 0.02rem;
  margin-right: 0.05rem;
}
.header .language {
  float: right;
  color: #9d9d9d;
  line-height: 1rem;
  position: relative;
  margin-right: 1.2rem;
}
.header .language img {
  vertical-align: middle;
  margin-right: 0.1rem;
  max-height: 0.16rem;
  margin-bottom: 0.02rem;
}
.header .language a {
  color: #9d9d9d;
}
.header .language a:hover {
  color: #1e51a2;
}
.header .nav {
  float: right;
  width: 50%;
}
.header .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .nav li {
  font-size: 0.18rem;
  line-height: 1rem;
  position: relative;
}
.header .nav li > a {
  color: #352f2e;
  display: block;
  position: relative;
}
.header .nav li i {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  margin-left: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.08rem;
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .nav li:after {
  content: "";
  width: 0%;
  bottom: 0;
  left: 50%;
  opacity: 0;
  height: 0.02rem;
  position: absolute;
  background: #1e51a2;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}
.header .nav li .subnav {
  font-size: 0.18rem;
  text-align: center;
  top: 1rem;
  left: 50%;
  min-width: 1.8rem;
  display: none;
  z-index: 99;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 0.3rem;
  position: absolute;
  padding: 0.2rem 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.95);
  border-top: solid 1px #eee;
}
.header .nav li .subnav a {
  color: #666!important;
  display: block;
}
.header .nav li .subnav a:hover {
  color: #1e51a2 !important;
}
.header .nav li:hover > a,
.header .nav .active > a {
  color: #1e51a2 !important;
}
.header .nav li:hover:after,
.header .nav .active:after {
  opacity: 1;
  left: 0;
  width: 100%;
}
.header .nav li:hover i,
.header .nav .active i {
  border-color: #1e51a2 !important;
}
@media (max-width: 1300px) {
  .header .logo {
    margin-left: 0.8rem;
  }
}
@media (max-width: 1200px) {
  .header .logo {
    margin-left: 0.1rem;
  }
}
@media (max-width: 1100px) {
  .header {
    top: 0;
    height: 60px;
    width: 100%;
    z-index: 99;
    line-height: 60px;
    position: fixed!important;
    background: #fff;
    border-bottom: 0;
    padding: 0 0px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .header .logo {
    margin-top: 2px;
    width: auto;
    height: auto;
    margin-left: 0;
  }
  .header .logo img {
    max-height: 44px;
  }
  .header .nav {
    display: none;
  }
  .header .tel,
  .header .language,
  .header .header-search {
    display: none;
  }
}
.header-index {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  position: fixed;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.header-search a {
  display: block;
  width: 0.9rem;
  height: 1rem;
  text-align: center;
  background-size: cover;
  background: #1e51a2;
}
.header .header-search .search {
  z-index: 9;
  position: relative;
}
.header-search .search .btn-search-max {
  z-index: 2;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  position: relative;
}
.header-search .search .btn-search-max * {
  display: inline-block;
  vertical-align: middle;
}
.header-search .search .search-main {
  top: 0px;
  right: 0;
  z-index: 9;
  width: 340px;
  display: none;
  padding: 20px;
  position: absolute;
}
@media (max-width: 640px) {
  .header-search .search .search-main {
    right: -140px;
    width: 280px;
  }
}
.header-search .search-container {
  background-color: #fff;
  padding-left: 0;
  overflow: hidden;
  position: relative;
  height: 42px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.header-search .search-container .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  height: 42px;
  vertical-align: top;
  padding: 10px 86px 10px 10px;
  -webkit-appearance: none;
  background-color: #ffffff;
}
.header-search .search-container .btn {
  top: 0;
  right: 0;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  background: #1e51a2;
}
.header-search #search-closed {
  right: 0;
  top: 15px;
  max-width: 30px;
  position: absolute;
  cursor: pointer;
}
.banner {
  overflow: hidden;
  background: #01080e;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner li {
  float: left;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 100vh;
  position: relative;
}
.banner .textbox {
  top: 58%;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: left;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner .textbox-2 .t1,
.banner .textbox-2 .t2,
.banner .textbox-2 .t3 {
  color: #fff;
}
.banner .textbox-2 .t2 {
  text-shadow: 0.04rem 0rem 0rem rgba(255, 255, 255, 0);
}
.banner .textbox-3 {
  padding-left: 60%;
}
.banner .t1 {
  color: #012046;
  font-size: 0.2rem;
  font-family: "Montserrat-ExtraLight";
  text-transform: uppercase;
}
.banner .t2 {
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 0.7rem;
  color: #1e51a2;
  padding-bottom: 0.3rem;
  text-shadow: 0.04rem 0rem 0rem rgba(179, 179, 179, 0.4);
}
.banner .t3 {
  color: #333;
  margin-top: 0.2rem;
  font-size: 0.18rem;
}
.banner .t3 img {
  margin-right: 0.1rem;
  max-height: 0.26rem;
}
.banner .button {
  margin-top: 0.65rem;
}
.banner .swiper-slide-active .pic {
  -webkit-animation: 2s bmove1 linear;
          animation: 2s bmove1 linear;
}
.banner .swiper-slide-active .t1 {
  -webkit-animation: 1s fadeInLeft2 ease-in-out;
          animation: 1s fadeInLeft2 ease-in-out;
}
.banner .swiper-slide-active .t2 {
  -webkit-animation: 1s fadeInLeft2 ease-in-out;
          animation: 1s fadeInLeft2 ease-in-out;
}
.banner .swiper-slide-active .t3 {
  -webkit-animation: 1s fadeInLeft2 ease-in-out;
          animation: 1s fadeInLeft2 ease-in-out;
}
.banner .swiper-pagination {
  width: 100%;
  bottom: 0.3rem;
  text-align: center;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.15rem;
  background: #1e51a2;
  -webkit-transition: all 335ms ease;
          transition: all 335ms ease;
}
.banner .swiper-pagination-bullet-active {
  width: 0.37rem;
  height: 0.06rem;
  border-radius: 0.03rem;
  background: #1e51a2;
}
@media (max-width: 1100px) {
  .banner {
    margin-top: 0.6rem;
  }
  .banner .pic {
    height: 60vh;
  }
  .banner .textbox {
    left: 0;
    top: 45%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .banner .swiper-pagination-bullet {
    margin: 0 4px;
    vertical-align: middle;
  }
  .banner .swiper-pagination {
    width: 100%;
    left: 0;
    padding-left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    text-align: center;
  }
  .banner .text-1 {
    height: auto;
    padding-top: 0;
    background: transparent;
  }
  .banner .tit {
    text-shadow: 0 0 5px #fff;
    text-align: center;
    padding-left: 0;
    font-size: 24px;
  }
  .banner .tit:after {
    display: none;
  }
}
@media (max-width: 640px) {
  .banner .pic {
    height: 35vh;
    background-position: center right;
  }
	.banner .t1 {
		font-size: 12px;
	}  
  .banner .t2 {
	font-size: 18px;
	line-height: 24px;
  }
  .banner .t3 {
    display: none;
  }
  .banner .textbox{
	  width:65%;
  }
  .banner .textbox-3 {
	padding-left: 45%;
	width: 100%;
  }
  .banner li:nth-child(1) .pic {
    background-position: center center!important;
  }
  .banner li:nth-child(3) .pic {
    background-position: center center!important;
  }
  .banner .button{
	margin-top: 20px;
	font-size: 12px!important;
	min-width: 90px!important;
	height: 30px!important;
	line-height: 30px!important;
	padding: 0 10px!important;	  
  }
}
.index-title {
  position: relative;
}
.index-title .cn {
  z-index: 2;
  color: #fff;
  font-weight: 700;
  position: relative;
  font-size: 0.42rem;
  line-height: 0.5rem;
}
.index-title .en {
  z-index: 1;
  top: -0.2rem;
  width: 100%;
  color: rgba(255, 255, 255, 0.05);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  position: absolute;
  font-family: 'Oswald-Bold';
}
.index-title .f18 {
  color: #fff;
  z-index: 2;
  position: relative;
  font-size: 0.18rem;
}
@media (max-width: 1100px) {
  .index-title .cn {
    font-size: 24px;
    line-height: 30px;
  }
  .index-title .en {
    top: -10px;
    font-size: 40px!important;
    line-height: 40px!important;
  }
  .index-title .f18 {
    font-size: 12px;
  }
}
.index-about {
  overflow: hidden;
  position: relative;
}
.index-about .tit {
  position: relative;
}
.index-about .t1 {
  color: #666;
  font-size: 0.2rem;
  z-index: 2;
  position: relative;
}
.index-about .t2 {
  color: #000;
  font-weight: 700;
  font-size: 0.36rem;
  z-index: 2;
  position: relative;
}
.index-about .t2 span {
  font-weight: 700;
  color: #1e51a2;
}
.index-about .t3 {
  top: -0.4rem;
  opacity: 0.05;
  position: absolute;
  font-family: "Oswald-Bold";
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.index-about .txt {
  line-height: 0.3rem;
  padding-top: 0.4rem;
}
.index-about .txt p {
  padding-top: 0.15rem;
}
.index-about .videobtn {
  top: 43%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index-about .numlist ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 0.35rem;
  padding-bottom: 0.7rem;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-left: -0.7rem;
}
.index-about .numlist li {
  color: #888;
  padding-left: 0.9rem;
  position: relative;
}
.index-about .numlist li .icon {
  top: 0.03rem;
  left: 0;
  position: absolute;
}
.index-about .numlist li .icon img {
  max-height: 0.81rem;
}
.index-about .numlist li:first-child {
  border-left: 0;
}
.index-about .numlist .counter,
.index-about .numlist span {
  line-height: 0.6rem;
  font-size: 0.64rem;
  color: #353d48;
  font-family: "Oswald-Bold";
  background-image: -webkit-linear-gradient(right, #1e51a2, #1e51a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-about .numlist i,
.index-about .numlist em {
  display: inline-block;
  font-style: normal;
}
.index-about .numlist i {
  vertical-align: bottom;
}
.index-about .numlist em {
  font-size: 0.4rem;
  vertical-align: top;
  background-image: -webkit-linear-gradient(right, #1e51a2, #1e51a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-about .list li:hover .pic img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.index-about .list .item {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0.12rem;
  padding-bottom: 0;
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.5);
}
.index-about .list .pic {
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
}
.index-about .list .pic img {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 1000ms ease;
          transition: all 1000ms ease;
}
.index-about .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 41.76610979%;
}
.index-about .list .bt {
  color: #333;
  padding: 0 0.1rem;
  overflow: hidden;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.2rem;
  text-align: center;
}
.index-about .button {
  margin-top: 0.5rem;
}
@media (max-width: 1100px) {
  .index-about {
    padding-bottom: 60px;
  }
  .index-about .numlist ul {
    margin-left: 0;
  }
  .index-about .numlist li {
    width: 50%;
    margin-top: 20px;
  }
  .index-about .numlist .counter,
  .index-about .numlist span,
  .index-about .numlist em {
    font-size: 20px;
    line-height: 30px;
  }
}
.index-hxjs {
  overflow: hidden;
}
.index-hxjs .index-title {
  text-align: center;
}
.index-hxjs .list {
  padding-top: 1rem;
}
.index-hxjs .list li {
  width: 25%;
}
.index-hxjs .list li .item {
  background: #fff;
  text-align: center;
  padding: 0.4rem 0.2rem;
  border-radius: 0.05rem;
  box-shadow: 0 15px 9px -9px rgba(178, 193, 204, 0.9);
}
.index-hxjs .list li .pic {
  border-radius: 0.05rem;
  margin-top: 0.2rem;
  overflow: hidden;
  position: relative;
}
.index-hxjs .list li .pic:before {
  z-index: 1;
  content: "";
  left: -1rem;
  position: absolute;
  width: 4.6875rem;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -webkit-transform: skewx(-25deg);
  -ms-transform: skewx(-25deg);
      transform: skewx(-25deg);
  top: 0;
  opacity: 0;
}
.index-hxjs .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 66.99346405%;
}
.index-hxjs .list li .pic img {
  -webkit-transition: all 700ms ease;
          transition: all 700ms ease;
}
.index-hxjs .list li .button {
  color: #333;
  margin-top: 0.35rem;
  font-size: 0.14rem;
  min-width: 1.5rem;
  padding: 0 0.1rem;
  height: 0.4rem;
  line-height: 0.38rem;
  border: solid 1px #dbdbdb;
  background: #fff;
}
.index-hxjs .list li .tit {
  color: #333;
  height: 0.38rem;
  overflow: hidden;
  font-weight: 700;
  line-height: 0.38rem;
  font-size: 0.28rem;
}
.index-hxjs .list li .txt {
  color: #666;
  height: 1.2rem;
  overflow: hidden;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.index-hxjs li:hover .tit {
  color: #1e51a2;
}
.index-hxjs li:hover .pic img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.index-hxjs li:hover .pic:before {
  opacity: 1;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.index-hxjs li:hover .pic:before {
  -webkit-animation: shine 1.5s ease-out infinite;
          animation: shine 1.5s ease-out infinite;
}
.index-hxjs li:hover .button {
  color: #fff;
  border-color: #1e51a2;
  background: #1e51a2;
}
.index-hxjs li:hover .button:before {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.index-hxjs li:hover .button:before {
  -webkit-animation: shine 1.5s ease-out infinite;
          animation: shine 1.5s ease-out infinite;
}
@media (max-width: 1100px) {
  .index-hxjs {
    padding: 50px 0;
  }
  .index-hxjs .list {
    padding-top: 30px;
  }
}
.index-news {
  overflow: hidden;
}
.index-news .index-title {
  text-align: center;
}
.index-news .index-title .cn {
  color: #333;
}
.index-news .index-title .en {
  color: rgba(226, 226, 226, 0.4);
}
.index-news .index-title .f18 {
  color: #999;
}
.index-news .list {
  margin-top: 0.45rem;
}
.index-news .list li {
  width: 33.333%;
}
.index-news .list li .item {
  background: #fff;
  margin: 0.35rem 0;
  -webkit-transition: all 700ms ease;
          transition: all 700ms ease;
}
.index-news .list li .tag {
  color: #fff;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-top: -0.26rem;
  line-height: 0.56rem;
  height: 0.56rem;
  border-radius: 0.05rem;
  width: 3.6rem;
  background: #1e51a2;
}
.index-news .list li .tag img {
  margin: 0 0.1rem 0.02rem 0;
  vertical-align: middle;
  max-height: 0.16rem;
}
.index-news .list li .tag span {
  padding: 0 0.3rem;
  display: inline-block;
}
.index-news .list li .tag span:nth-child(2) {
  font-family: "Oswald-Regular";
}
.index-news .list li .text {
  padding: 0.3rem;
  padding-top: 0;
  padding-bottom: 0.4rem;
}
.index-news .list li .tit {
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.3rem;
  color: #222;
  font-weight: 700;
  margin-top: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .list li .txt {
  color: #999;
  line-height: 0.3rem;
  height: 0.6rem;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .list li .pic {
  overflow: hidden;
  position: relative;
}
.index-news .list li .pic:before {
  z-index: 1;
  content: "";
  left: -1rem;
  position: absolute;
  width: 4.6875rem;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -webkit-transform: skewx(-25deg);
  -ms-transform: skewx(-25deg);
      transform: skewx(-25deg);
  top: 0;
  opacity: 0;
}
.index-news .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 60.41666667%;
}
.index-news .list li .pic img {
  -webkit-transition: all 700ms ease;
          transition: all 700ms ease;
}
.index-news .list li .button {
  color: #333;
  font-size: 0.14rem;
  min-width: 1.5rem;
  padding: 0 0.1rem;
  height: 0.4rem;
  line-height: 0.38rem;
  border: solid 1px #dbdbdb;
  background: #fff;
}
.index-news .list li:hover .item {
  box-shadow: 0 0 0.3rem rgba(133, 168, 186, 0.35);
}
.index-news .list li:hover .pic:before {
  opacity: 1;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.index-news .list li:hover .pic:before {
  -webkit-animation: shine 1.5s ease-out infinite;
          animation: shine 1.5s ease-out infinite;
}
.index-news .list li:hover .button {
  color: #fff;
  border-color: #1e51a2;
  background: #1e51a2;
}
.index-news .list li:hover .button:before {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.index-news .list li:hover .button:before {
  -webkit-animation: shine 1.5s ease-out infinite;
          animation: shine 1.5s ease-out infinite;
}
.index-hzhb .index-title {
  text-align: center;
}
.index-hzhb .list ul {
  padding: 0.9rem 0.06rem;
}
.index-hzhb .list li:hover .pic {
  background: rgba(255, 255, 255, 0.3);
  border: solid 1px #bababa;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.index-hzhb .list li {
  width: 16.66666667%;
}
.index-hzhb .list li .item {
  position: relative;
  text-align: center;
}
.index-hzhb .list li .pic {
  overflow: hidden;
  position: relative;
  height: 1.09rem;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
  background: url(../images/hbg.png) no-repeat top center;
  background-size: cover;
}
.index-hzhb .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.index-hzhb .list li .pic img {
  -webkit-transition: all 700ms ease;
          transition: all 700ms ease;
}
.index-hzhb .list li .tit {
  color: #fff;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
}
.index-hzhb .list .swiper-pagination-bullet {
  background: #fff;
  width: 0.1rem;
  height: 0.1rem;
}
.index-hzhb .list .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.08rem;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes pin02 {
  0% {
    box-shadow: 0px 0px 0 0px rgba(30, 81, 162, 0.2);
  }
  50% {
    box-shadow: 0px 0px 0 0px rgba(30, 81, 162, 0.2);
  }
  100% {
    box-shadow: 0px 0px 0 0px rgba(30, 81, 162, 0.2);
  }
}
@keyframes pin02 {
  0% {
    box-shadow: 0px 0px 0 0px rgba(30, 81, 162, 0.2);
  }
  50% {
    box-shadow: 0px 0px 0 0px rgba(30, 81, 162, 0.2);
  }
  100% {
    box-shadow: 0px 0px 0 0px rgba(30, 81, 162, 0.2);
  }
}
@-webkit-keyframes pin03 {
  0% {
    box-shadow: 0px 0px 0 0px rgba(30, 81, 162, 0.2);
  }
  50% {
    box-shadow: 0px 0px 0 0px rgba(30, 81, 162, 0.2);
  }
  100% {
    box-shadow: 0px 0px 0 0px rgba(30, 81, 162, 0.2);
  }
}
@keyframes pin03 {
  0% {
    box-shadow: 0px 0px 0 0px rgba(30, 81, 162, 0.2);
  }
  50% {
    box-shadow: 0px 0px 0 0px rgba(30, 81, 162, 0.2);
  }
  100% {
    box-shadow: 0px 0px 0 0px rgba(30, 81, 162, 0.2);
  }
}
@-webkit-keyframes circlepulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}
@keyframes circlepulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}
.home-product {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #666;
  font-size: 0.2rem;
  line-height: 2;
  position: relative;
  z-index: 4;
}
.home-product .index-title {
  margin-top: 0.8rem;
}
.home-product .index-title .cn {
  color: #1e51a2;
}
.home-product .index-title .en {
  color: #ecf1f5;
}
.home-product .index-title .f18 {
  color: #666;
}
.home-product .waves {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 2.5rem;
  z-index: 1;
  opacity: 0.3;
}
.home-product .nr {
  margin-top: 0.3rem;
  border-top: solid 1px #ececec;
}
.home-product .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: relative;
}
.home-product .btns {
  width: 0.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 2.4rem;
}
.home-product .btns:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: -webkit-linear-gradient(#c5d6e5, #c5d6e5, rgba(197, 214, 229, 0.2));
  background: linear-gradient(#c5d6e5, #c5d6e5, rgba(197, 214, 229, 0.2));
}
.home-product .swiper-button-prev,
.home-product .swiper-button-next {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  text-align: center;
  border-radius: 50%;
  margin-top: 0;
  background-color: #1e51a2;
  color: #fff;
  -webkit-animation: pin02 3s ease-in-out 0s infinite;
          animation: pin02 3s ease-in-out 0s infinite;
}
.home-product .swiper-button-prev:after,
.home-product .swiper-button-next:after {
  font-size: 0.2rem;
}
.home-product .swiper-button-prev:before,
.home-product .swiper-button-next:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(30, 81, 162, 0.2);
  -webkit-animation: circlepulse 1.5s ease 0s infinite;
  animation: circlepulse 1.5s ease 0s infinite;
}
.home-product .swiper-button-prev:hover,
.home-product .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.home-product .swiper-button-prev {
  margin-top: -0.2rem;
  -webkit-transform: translateY(-0.3rem);
      -ms-transform: translateY(-0.3rem);
          transform: translateY(-0.3rem);
}
.home-product .swiper-button-next {
  -webkit-transform: translateY(0.3rem);
      -ms-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
}
.home-product .conTabs {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding-right: 0.3rem;
}
.home-product .conTabsC {
  width: 100%;
  overflow: hidden;
}
.home-product .dtTitle {
  margin-bottom: 0.3rem;
}
.home-product img {
  vertical-align: top;
}
.home-product .hot {
  font-weight: 700;
  font-size: 0.14rem;
  color: #1e51a2;
}
.home-product .hot img {
  margin-top: 0.04rem;
  max-height: 0.2rem;
}
.home-product .titleBig {
  line-height: 1;
  font-weight: 700;
  color: #333333;
  margin-top: 0.1rem;
  font-size: 0.4rem;
  margin-bottom: 0.5rem;
}
.home-product .titleBig span {
  color: #1e51a2;
}
.home-product .jsh {
  margin-bottom: 0.4rem;
}
.home-product .t1 {
  color: #333;
  font-size: 0.24rem;
  font-weight: 700;
}
.home-product .t2 {
  color: #7e7e7e;
  font-size: 0.18rem;
  padding-top: 0.2rem;
}
.home-product .btn {
  padding-left: 0.1rem;
}
.home-product .left {
  width: 45%;
  float: left;
  padding-top: 0.7rem;
  padding-right: 0.3rem;
}
.home-product .right {
  width: 40%;
  float: left;
  padding-top: 0.7rem;
}
.home-product .right .pic {
  overflow: hidden;
  position: relative;
}
.home-product .right .pic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate360 20s linear 0s infinite;
  animation: rotate360 20s linear 0s infinite;
}
.home-product .right .pic span {
  display: block;
  overflow: hidden;
  position: relative;
}
.home-product .right .pic span:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.home-product .menuTabs {
  width: 12%;
  padding-top: 0.6rem;
}
.home-product .menuTabs .swiper-container {
  height: 6.88rem;
  overflow: hidden;
}
.home-product .menuTabs li {
  padding: 0.18rem 0;
}
.home-product .menuTabs .box {
  display: block;
  cursor: pointer;
}
.home-product .menuTabs .pic {
  border: 1px #fff solid;
  width: 1.36rem;
  height: 1.36rem;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  background: #e7e9ed;
  background: -webkit-linear-gradient(top, #eeeef3, #f9f9f9);
  background: linear-gradient(to bottom, #eeeef3, #f9f9f9);
  position: relative;
}
.home-product .menuTabs .pic img {
  padding: 0.2rem;
  border-radius: 50%;
}
.home-product .menuTabs .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.home-product .menuTabs .box:hover .pic {
  border-color: #1e51a2;
}
.home-product .menuTabs .swiper-slide-thumb-active .box .pic {
  border-color: #1e51a2;
  background: -webkit-linear-gradient(top, #d4d7de, #f9f9f9);
  background: linear-gradient(to bottom, #d4d7de, #f9f9f9);
}
@media (max-width: 1100px) {
  .home-product {
    font-size: 16px;
    padding: 60px 0;
  }
  .home-product .index-title {
    margin-top: 0;
  }
  .home-product .left {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .home-product .right {
    width: 65%;
    margin: 0 auto;
    float: none;
    padding-right: 0;
  }
  .home-product .button {
    display: none;
  }
  .home-product .conTabs {
    padding-right: 0;
  }
  .home-product .menuTabs {
    display: none;
  }
  .home-product .btns {
    width: 100%;
    right: auto;
    height: auto;
    top: 50%;
  }
  .home-product .btns::after {
    display: none;
  }
  .home-product .jsh {
    display: none;
  }
  .home-product .swiper-button-prev {
    left: 0!important;
    right: auto;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .home-product .swiper-button-next {
    left: auto!important;
    right: 0!important;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
}
.footer {
  border-top: solid 0.12rem #1e51a2;
  background: #f8fafb;
}
.footer .logotop {
  padding: 0.3rem 0;
  border-bottom: solid 1px #e7e9ea;
}
.footer .logotop .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .logotop .tu img {
  height: 0.72rem;
}

.footer .listmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .listmenu a:hover {
  color: #1e51a2;
}
.footer .listmenu li:first-child {
  padding-left: 0;
  border-left: 0;
}
.footer .listmenu li {
  width: 12.5%;
  min-height: 100%;
  font-size: 0.18rem;
  padding: 0.6rem 0;
  padding-bottom: 0.4rem;
  padding-left: 0.5rem;
  border-left: solid 1px #e7e9ea;
}
.footer .listmenu li h3 {
  font-size: 0.2rem;
  padding-bottom: 0.3rem;
}
.footer .listmenu li h3 a {
  color: #1e51a2;
}
.footer .listmenu .drop a {
  display: block;
  position: relative;
  margin-top: 0.1rem;
}
.footer .listmenu .last {
  width: 28%;
}
.footer .listmenu .last h3 {
  padding-bottom: 0.1rem;
}
.footer .listmenu .last .t1 {
  margin-top: 0.1rem;
  padding-left: 0.25rem;
  position: relative;
}
.footer .listmenu .last .t1 span {
  font-size: 0.14rem;
}
.footer .listmenu .last .t1 img {
  top: 0.07rem;
  left: 0;
  max-height: 0.17rem;
  position: absolute;
}
.footer .listmenu .last .tel {
  font-size: 0.3rem;
}
.footer .listmenu .last .tel a {
  color: #1e51a2;
  font-family: "Oswald-Bold";
}
.footer .listmenu .share {
  margin-top: 0.3rem;
}
.footer .listmenu .fx1,
.footer .listmenu .fx2,
.footer .listmenu .fx3,
.footer .listmenu .fx4 {
  margin-right: 0.02rem;
  position: relative;
  display: inline-block;
}
.footer .listmenu .fx1 a,
.footer .listmenu .fx2 a,
.footer .listmenu .fx3 a,
.footer .listmenu .fx4 a {
  width: 0.8rem;
  /* height: 0.48rem; */
  display: block;
  /* margin-right: 0.2rem; */
  /*border-radius: 100%;
  border: solid 1px #1e51a2;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;*/
}
/*.footer .listmenu .fx1:hover a,
.footer .listmenu .fx2:hover a,
.footer .listmenu .fx3:hover a,
.footer .listmenu .fx4:hover a {
  border-color: #1e51a2;
}*/
.footer .listmenu .fx1:hover .erweima,
.footer .listmenu .fx2:hover .erweima,
.footer .listmenu .fx3:hover .erweima,
.footer .listmenu .fx4:hover .erweima {
  display: block;
}
.footer .listmenu .erweima {
  background: #fff;
  display: none;
  top: -1.5rem;
  left: -1.5rem;
  padding: 0.1rem;
  text-align: center;
  line-height: 1.16rem;
  width: 2.6rem;
  position: absolute;
}
.footer .listmenu .erweima:before {
  left: 1.65rem;
  bottom: -0.1rem;
  content: "";
  position: absolute;
  border-top: solid 0.08rem #1e51a2;
  border-left: solid 0.08rem transparent;
  border-right: solid 0.08rem transparent;
}
.footer .listmenu .erweima img {
  max-height: 1.16rem;
}
.footer .copy {
  color: #fff;
  padding: 0.2rem 0;
  background: #1e51a2;
}
.footer .copy a {
  color: #fff;
}
.footer .copy a:hover {
  text-decoration: underline;
}
.footer .copy .container {
  position: relative;
}
.footer .copy .beian {
  padding: 0 0.2rem;
  display: inline-block;
}
.footer .copy .beian img {
  max-height: 0.18rem;
  margin-right: 0.1rem;
  margin-top: 0.02rem;
}
.footer .copy .lj {
  right: 0;
  position: absolute;
}
@media (max-width: 1100px) {
  .footer {
    padding-top: 20px;
  }
  .footer .listmenu {
    padding-bottom: 40px;
  }
  .footer .listmenu li {
    display: none;
    border-left: 0;
    padding-left: 0;
  }
  .footer .listmenu .last {
    font-size: 16px;
    display: block;
    width: 100%;
  }
  .footer .listmenu .last .tel {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .footer .listmenu .last .t1 {
    padding-left: 20px;
  }
  .footer .listmenu .last .t1 img {
    top: 6px;
    max-height: 17px;
  }
  .footer .listmenu .last .t1 span {
    font-size: 14px;
  }
  .footer .listmenu .share {
    margin-top: 20px;
  }
  .footer .listmenu .fx1,
  .footer .listmenu .fx2,
  .footer .listmenu .fx3,
  .footer .listmenu .fx4 {
    cursor: pointer;
    margin: 0 2px;
  }
  .footer .listmenu .fx1 a,
  .footer .listmenu .fx2 a,
  .footer .listmenu .fx3 a,
  .footer .listmenu .fx4 a {
    width: 38px;
    height: 38px;
  }
  .footer .listmenu .erweima {
    top: -150px;
    left: -30px !important;
    z-index: 9;
    background: #fff;
    line-height: 24px;
    max-width: 140px;
    padding: 15px 0;
  }
  .footer .listmenu .erweima:before {
    display: none;
  }
  .footer .listmenu .erweima img {
    max-height: 100px;
  }
  .footer .link {
    display: none;
  }
  .footer .copy {
    font-size: 12px;
    padding: 15px 0;
  }
  .footer .copy .lj {
    right: auto;
    position: relative;
  }
}
.insider-banner {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.insider-banner .pic2{
display:none;
  height: 180px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;	
}

.insider-banner .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #fff;
  text-align: left;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  position: absolute;
}
.insider-banner .txtbox .container {
  position: relative;
}
.insider-banner .txtbox .container:before {
  top: -50%;
  left: -0.4rem;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  -webkit-animation: 2s fadeInLeft2 alternate ease;
          animation: 2s fadeInLeft2 alternate ease;
}
.insider-banner .txtbox .container:after {
  top: -0.2rem;
  left: -0.2rem;
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  -webkit-animation: 2s fadeInRight2 alternate ease;
          animation: 2s fadeInRight2 alternate ease;
}
.insider-banner .txtbox p {
  z-index: 9;
  text-transform: uppercase;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
  position: relative;
  text-shadow: 0.03rem 0 0.07rem rgba(0, 0, 0, 0.5);
}
.insider-banner .txtbox p:first-child {
  font-size: 0.5rem;
  line-height: 0.5rem;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .insider-banner .txtbox {
    -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  .insider-banner .txtbox .container::before {
    left: 20px;
  }
  .insider-banner .txtbox .container::after {
    left: 40px;
  }
}
@media (max-width: 1100px) {
  .insider-banner {
    margin-top: 60px;
  }
  .insider-banner .pic {
    display:none;
  }
	.insider-banner .pic2{
		display:block;
	}  
}
.inside-tagbox {
  z-index: 5;
  background: #f0f0f0;
  position: relative;
}
.inside-tagbox .container {
  overflow: hidden;
}
.inside-tagbox .inside-current {
  width: 35%;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  font-size: 0.14rem;
  font-weight: normal;
  height: 0.6rem;
  line-height: 0.6rem;
  padding-right: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-tagbox .inside-current img {
  margin-right: 0.1rem;
  margin-bottom: 0.06rem;
  vertical-align: middle;
  max-height: 0.2rem;
}
.inside-tagbox .inside-current em {
  font-style: normal;
  font-family: "宋体";
}
.inside-tagbox .inside-menu {
  width: 65%;
  float: left;
  font-size: 0.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
}
.inside-tagbox .inside-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inside-tagbox .inside-menu li:last-child:after {
  display: none;
}
.inside-tagbox .inside-menu li {
  margin-right: 2px;
  padding: 0 0.2rem;
  display: inline-block;
  font-size: 0.18rem;
  min-width: 1.7rem;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.inside-tagbox .inside-menu li a {
  color: #333;
  display: block;
  padding: 0 0.1rem;
  position: relative;
}
.inside-tagbox .inside-menu li:hover,
.inside-tagbox .inside-menu .cur {
  background: #1e51a2;
}
.inside-tagbox .inside-menu li:hover a,
.inside-tagbox .inside-menu .cur a {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .inside-tagbox {
    margin-top: 0px;
  }
  .inside-tagbox .inside-menu {
    width: 100%;
    float: none;
    display: none;
    height: 40px;
    line-height: 40px;
  }
  .inside-tagbox .inside-current {
    font-size: 14px;
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: left;
    height: 40px;
    line-height: 40px;
  }
  .inside-tagbox .inside-current img {
    max-height: 20px;
  }
}
.inside-news {
  padding: 0.8rem 0;
}
.inside-news li {
  -webkit-transition: background-color 500ms ease-in-out;
          transition: background-color 500ms ease-in-out;
  border-bottom: solid 1px #e6e6e6;
}
.inside-news li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.2rem;
  padding-top: 0.3rem;
}
.inside-news .time {
  color: #555146;
  text-align: right;
  font-size: 0.14rem;
  width: 4.5%;
}
.inside-news .time span {
  display: block;
}
.inside-news .time .tag {
  color: #fff;
  margin-bottom: 0.1rem;
  line-height: 0.26rem;
  text-align: center;
  background: #1e51a2;
}
.inside-news .text {
  width: 72%;
}
.inside-news .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #333;
  font-weight: 700;
  height: 0.3rem;
  font-size: 0.22rem;
  line-height: 0.3rem;
}
.inside-news .txt {
  color: #9d9d9d;
  height: 0.6rem;
  margin-top: 0.2rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news .pic {
  width: 16%;
  overflow: hidden;
  position: relative;
}
.inside-news .pic:after {
  content: "";
  display: block;
  padding-bottom: 59.07172996%;
}
.inside-news .pic img {
  -webkit-transition: all 700ms ease;
          transition: all 700ms ease;
}
.inside-news li:hover {
  background: #1e51a2;
  border-color: #1e51a2;
  box-shadow: 0 0 0.15rem rgba(30, 81, 162, 0.4);
}
.inside-news li:hover .pic img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.inside-news li:hover .tit,
.inside-news li:hover .txt {
  color: #fff;
}
.inside-news li:hover .time {
  color: #fff;
}
.inside-news li:hover .time .tag {
  color: #fff;
  background: transparent;
  border: solid 1px #fff;
}
@media (max-width: 1100px) {
  .inside-news {
    padding-top: 30px;
  }
  .inside-news .time {
    display: none;
  }
  .inside-news .text {
    width: 62%;
  }
  .inside-news .pic {
    width: 35%;
  }
}
@media (max-width: 640px) {
  .inside-news .txt {
    margin-top: 0;
  }
}
.inside-news-show {
  line-height: 0.3rem;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.inside-news-show h1 {
  color: #333;
  line-height: 0.46rem;
  font-size: 0.3rem;
  text-align: center;
}
.inside-news-show .info {
  color: #999;
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  font-size: 0.14rem;
  text-align: center;
  padding: 0.1rem 0;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}
.inside-news-show .info span {
  padding: 0 0.3rem;
  display: inline-block;
}
.inside-news-show .tu {
  margin-top: 0.15rem;
}
@media (max-width: 1100px) {
  .inside-news-show {
    line-height: 24px;
    padding: 40px 0 0px 0;
  }
  .inside-news-show .info {
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  .inside-news-show .info span {
    padding: 0 3px;
  }
  .inside-news-show .tag {
    margin-top: 30px;
  }
}
.inside-tag {
  line-height: 0.4rem;
  margin-top: 0.6rem;
}
.inside-tag .f18 {
  color: #333;
}
.inside-tag a {
  color: #fff;
  margin: 0 0.05rem;
  padding: 0 0.2rem;
  display: inline-block;
  background: #1e51a2;
}
.inside-tag a:hover {
  color: #fff;
}
.inside-page-news {
  margin-top: 0.4rem;
  height: 0.57rem;
  line-height: 0.55rem;
  overflow: hidden;
  position: relative;
  color: #999999;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.inside-page-news li {
  width: 45%;
  float: left;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
  padding: 0 0.6rem;
}
.inside-page-news li a {
  color: #999999;
}
.inside-page-news li:nth-child(2) {
  float: right;
}
.inside-page-news .fanhui {
  width: 10%;
  top: 0;
  left: 50%;
  padding: 0;
  height: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}
.inside-page-news .fanhui img {
  margin-bottom: 0.03rem;
  vertical-align: middle;
  max-height: 0.2rem;
}
.inside-page-news li:hover {
  color: #fff;
  background: #1e51a2;
}
.inside-page-news li:hover a {
  color: #fff;
}
@media (max-width: 1100px) {
  .inside-page-news {
    margin-top: 30px;
    height: auto;
    border: 0;
    font-size: 12px;
  }
  .inside-page-news li {
    height: 44px;
    overflow: hidden;
    line-height: 43px;
    padding: 0 15px!important;
    width: 100%!important;
    text-align: left!important;
    border-bottom: solid 1px #ddd;
  }
  .inside-page-news .fanhui {
    display: none;
  }
}
.inside-xg-news {
  padding-top: 0;
  overflow: hidden;
}
.inside-xg-news .title {
  color: #2d3132;
  font-size: 0.32rem;
  line-height: 0.4rem;
  padding-bottom: 0.4rem;
}
.inside-hxjs {
  padding-bottom: 0.8rem;
}
.inside-hxjs .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.22rem;
}
.inside-hxjs .list li {
  width: 25%;
  padding: 0 0.22rem;
  margin-bottom: 0.2rem;
}
.inside-hxjs .list li .item {
  position: relative;
  padding: 0.2rem;
  min-height: 100%;
  padding-bottom: 0.4rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
  border-bottom: solid 0.1rem #1e51a2;
  box-shadow: 0 0 0.57rem rgba(133, 168, 186, 0.35);
}
.inside-hxjs .list li .item:after {
  left: 0;
  width: 100%;
  color: #1e51a2;
  bottom: -0.1rem;
  content: ",";
  display: block;
  position: absolute;
  box-shadow: 0 15px 9px -9px rgba(178, 193, 204, 0.9);
}
.inside-hxjs .list li .pic {
  margin-top: 0;
}
.inside-hxjs .list li .tit {
  margin-top: 0.3rem;
}
.inside-hxjs .list li .txt {
  height: auto;
}
.inside-hxjs .list li:hover .item {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  background: #1e51a2;
}
.inside-hxjs .list li:hover .tit,
.inside-hxjs .list li:hover .txt {
  color: #fff;
}
@media (max-width: 1100px) {
  .inside-hxjs .list {
    padding-top: 0;
  }
  .inside-hxjs .list li {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .inside-hxjs .list li {
    width: 100%;
  }
}
.inside-jsjc {
  padding: 0.4rem 0;
}
@media (min-width: 1025px) {
  .inside-jsjc li:hover a {
    color: #fff;
    background: #1e51a2;
    -webkit-transition: background-color 500ms ease;
            transition: background-color 500ms ease;
  }
  .inside-jsjc li:hover .more {
    border-color: #fff;
    color: #1e51a2;
    background-color: #fff;
  }
  .inside-jsjc li:hover .pic img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.inside-jsjc li:first-child {
  border-top: 0;
}
.inside-jsjc li {
  padding: 0.4rem 0;
  border-top: solid 1px #e3e3e3;
}
.inside-jsjc li a {
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inside-jsjc li .pic {
  width: 35%;
  overflow: hidden;
  position: relative;
}
.inside-jsjc li .pic img {
  -webkit-transition: all 700ms ease;
          transition: all 700ms ease;
}
.inside-jsjc li .pic:after {
  content: "";
  display: block;
  padding-bottom: 60.71428571%;
}
.inside-jsjc li .txtbox {
  width: 65%;
  padding: 0.35rem;
}
.inside-jsjc li .tit {
  font-weight: 700;
  height: 0.4rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-jsjc li .txt {
  margin-top: 0.1rem;
  height: 0.6rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-jsjc li .more {
  color: #666;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.38rem;
  height: 0.4rem;
  min-width: 1.5rem;
  display: inline-block;
  border: solid 1px #666666;
  margin-top: 0.3rem;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}
@media (max-width: 520px) {
  .inside-jsjc li a {
    display: block;
  }
  .inside-jsjc li .pic {
    width: 100%;
  }
  .inside-jsjc li .txtbox {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .inside-jsjc li .more {
    font-size: 14px;
    margin-top: 20px;
    height: 36px;
    line-height: 34px;
    padding: 0 15px;
  }
}
.inside-jszc-2 .pic:after {
  padding-bottom: 84.38818565%;
}
.inside-jszc-2 .txt {
  color: #999!important;
}
.inside-jszc-2 .time {
  color: #555146!important;
}
.inside-jszc-2 .time .tag {
  color: #fff!important;
  background: #1e51a2 !important;
}
.inside-jszc-2 .more {
  color: #666;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.38rem;
  height: 0.4rem;
  min-width: 1.5rem;
  display: inline-block;
  border: solid 1px #666666;
  margin-top: 0.3rem;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}
.inside-jszc-2 li {
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}
.inside-jszc-2 li a {
  padding-top: 0.4rem;
}
.inside-jszc-2 li:hover {
  border-color: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  background: transparent;
}
.inside-jszc-2 li:hover .more {
  color: #fff;
  border-color: #1e51a2;
  background-color: #1e51a2;
}
.inside-jszc-2 li:hover .tit {
  color: #1e51a2 !important;
}
.inside-clcjb {
  padding: 0.8rem 0;
}
.inside-clcjb h1 {
  color: #1e51a2;
  padding-bottom: 0.3rem;
}
.inside-clcjb .ke-zeroborder {
  text-align: center;
}
.inside-clcjb .ke-zeroborder td {
  color: #333;
  border: solid 1px #fff;
}
.inside-clcjb .ke-zeroborder .f16 {
  font-size: 0.16rem;
}
.inside-clcjb .ke-zeroborder .f16 a {
  color: #fff;
}
.inside-clcjb .ke-zeroborder .f12 {
  font-size: 12px;
}
.inside-clcjb .ke-zeroborder .f12-2 {
  color: #fff;
  font-size: 12px;
}
.inside-clcjb .ke-zeroborder .bgcolor1 {
  background: #eb6877;
}
.inside-clcjb .ke-zeroborder .bgcolor2 {
  background: #ccc;
}
.inside-clcjb .ke-zeroborder .bgcolor3 {
  background: #E56600;
}
.inside-clcjb .ke-zeroborder .bgcolor4 {
  background: #E53333;
}
.inside-clcjb .ke-zeroborder .bgcolor5 {
  background: #337FE5;
}
.inside-clcjb .ke-zeroborder .bgcolor6 {
  background: #B8D100;
}
.inside-clcjb .ke-zeroborder .bgcolor7 {
  width: 5%;
  background: #E53333;
}
.inside-clcjb .ke-zeroborder .bgcolor8 {
  width: 5%;
  background: #E56600;
}
.inside-clcjb .ke-zeroborder .bgcolor9 {
  width: 5%;
  background: #eee;
}
.inside-clcjb .ke-zeroborder .bgcolor10 {
  background: #eee;
}
.inside-clcjb .ke-zeroborder .bgcolor11 {
  background: #009900;
}
.inside-clcjb .ke-zeroborder .bgcolor12 {
  background: #DFC5A4;
}
.inside-clcjb .ke-zeroborder .bgcolor13 {
  background: #FF9900;
}
@media (max-width: 1100px) {
  .inside-clcjb .table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .inside-clcjb .ke-zeroborder {
    width: 1200px;
  }
}
.inside-title {
  color: #1e51a2;
  text-align: center;
  font-size: 0.42rem;
}
.inside-hzhb {
  background: #f8fafb;
  padding: 0.8rem 0;
}
.inside-hzhb .text {
  padding: 0.4rem 0;
}
.inside-hzhb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.inside-hzhb li:hover .pic {
  background-color: #fff;
  border-color: #1e51a2;
}
.inside-hzhb li:hover .pic img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.inside-hzhb li {
  width: 16.66666667%;
  padding: 0 0.15rem;
  padding-top: 0.3rem;
}
.inside-hzhb li .pic {
  overflow: hidden;
  border: solid 1px #bababa;
  position: relative;
}
.inside-hzhb li .pic:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.inside-hzhb li .pic img {
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}
.inside-hzhb li .tit {
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .inside-hzhb ul {
    margin: 0 -5px;
  }
  .inside-hzhb li {
    padding: 0 5px;
    padding-top: 10px;
    width: 25%;
  }
}
@media (max-width: 640px) {
  .inside-hzhb li {
    width: 33.333%;
  }
}
@media (max-width: 500px) {
  .inside-hzhb li {
    width: 50%;
  }
}
.inside-honor ul {
  text-align: center;
  margin: 0 -0.26rem;
}
.inside-honor li {
  padding: 0.2rem 0.26rem;
  width: 25%;
}
.inside-honor li .pic:after {
  padding-bottom: 98.82352941%;
}
.inside-honor li .tit {
  color: #000000;
  font-size: 0.18rem;
  margin-top: 0.2rem;
}
@media (max-width: 1100px) {
  .inside-honor ul {
    margin: 0 -10px;
  }
  .inside-honor li {
    width: 33.333%;
    padding: 10px;
  }
  .inside-honor li .tit {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .inside-honor li {
    width: 50%;
  }
}
.inside-honor-2 {
  overflow: hidden;
  background: #f8fafb;
  padding: 0.8rem 0;
}
.inside-honor-2 .text {
  line-height: 0.32rem;
  padding: 0.4rem 0;
}
.inside-honor-2 .text span {
  font-weight: 700;
  color: #1e51a2;
}
.inside-honor-2 .list {
  background: url(../images/zl-bg.png) repeat-x bottom center;
}
.inside-honor-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.33rem;
  text-align: center;
}
.inside-honor-2 li {
  width: 25%;
  padding: 0 0.33rem;
  padding-bottom: 1.45rem;
}
.inside-honor-2 li .item {
  position: relative;
  padding: 0.1rem;
  background: #fff;
}
.inside-honor-2 li .item:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 700ms ease;
          transition: all 700ms ease;
  background: rgba(30, 80, 162, 0.82);
}
.inside-honor-2 li a {
  width: 100%;
  height: 100%;
  display: block;
}
.inside-honor-2 li .text {
  top: 40%;
  left: 0;
  z-index: 8;
  width: 100%;
  opacity: 0;
  padding: 0.1rem;
  text-align: center;
  position: absolute;
  -webkit-transition: all 700ms ease;
          transition: all 700ms ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inside-honor-2 li .icon img {
  max-height: 0.39rem;
}
.inside-honor-2 li .tit {
  color: #fff;
  max-height: 0.96rem;
  overflow: hidden;
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-top: 0.3rem;
  font-weight: 700;
}
.inside-honor-2 li:hover .item:before {
  opacity: 1;
}
.inside-honor-2 li:hover .text {
  opacity: 1;
  top: 50%;
}
.inside-honor-2 .inside-page {
  padding-top: 0;
}
@media (max-width: 1100px) {
  .inside-honor-2 .list {
    background: #f8fafb;
  }
  .inside-honor-2 ul {
    margin: 0 -5px;
  }
  .inside-honor-2 li {
    padding: 0 5px;
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .inside-honor-2 li {
    width: 50%;
  }
}
.fancybox__thumbs {
  display: none!important;
}
.inside-about {
  padding: 0.8rem 0;
  background: #f8fafb;
}
.inside-about h1 {
  color: #000;
  font-size: 0.42rem;
  line-height: 0.5rem;
}
.inside-about h1 span {
  color: #1e51a2;
  padding-right: 0.1rem;
}
.inside-about .list {
  position: relative;
}
.inside-about .list li {
  border-radius: 0.1rem;
}
.inside-about .list li img {
  border-radius: 0.1rem;
}
.inside-about .swiper-button-prev,
.inside-about .swiper-button-next {
  width: 0.42rem;
  height: 0.42rem;
  opacity: 1!important;
  background: rgba(255, 255, 255, 0.7);
}
.inside-about .swiper-button-prev:after,
.inside-about .swiper-button-next:after {
  color: #fff;
  font-size: 0.2rem;
}
.inside-about .swiper-button-prev:hover,
.inside-about .swiper-button-next:hover {
  background: #1e51a2;
}
.inside-about .swiper-button-prev {
  left: 0;
}
.inside-about .swiper-button-next {
  right: 0;
}
.inside-about .swiper-pagination-fraction {
  width: auto;
  left: 0.25rem;
  bottom: 0.6rem;
  writing-mode: vertical-rl;
}
.inside-about .swiper-pagination {
  color: #fff;
  font-size: 0.23rem;
  font-family: "Oswald-Bold";
}
.inside-about .swiper-pagination span:before {
  content: "0";
}
.inside-about .swiper-pagination-current {
  font-size: 0.42rem;
}
.inside-fzlc {
  padding: 0.8rem 0;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-fzlc .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inside-fzlc .inside-title-2 {
  top: 0;
  left: 0;
  position: absolute;
}
.inside-fzlc .mySwiper2 {
  width: 65%;
  overflow: hidden;
  height: 7.6rem;
}
.inside-fzlc .mySwiper2 .title {
  overflow: auto;
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.18rem;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.inside-fzlc .mySwiper2 .title2{
  font-size: 0.16rem;
  line-height: 0.20rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;  
}

.inside-fzlc .mySwiper2 .tit {
  color: #1E51A2;
  display: none;
  font-size: 0.42rem;
  line-height: 0.5rem;
  font-family: "Oswald-Bold";
}
.inside-fzlc .mySwiper2 .txt {
  display: none;
  color: #222222;
  margin-top: 0.1rem;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.24rem;
  height: 0.9rem;
}
.inside-fzlc .mySwiper2 .swiper-slide-active .title,.inside-fzlc .mySwiper2 .swiper-slide-active .title2 {
  display: none;
}
.inside-fzlc .mySwiper2 .swiper-slide-active .tit {
  opacity: 1;
  display: block;
}
.inside-fzlc .mySwiper2 .swiper-slide-active .txt {
  opacity: 1;
  display: block;
}
.inside-fzlc .list {
  color: #222;
  width: 25%;
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
  text-align: right;
  position: relative;
}
.inside-fzlc .list:before {
  content: "";
  top: 0;
  right: 0.5rem;
  width: 0.21rem;
  height: 100%;
  position: absolute;
  background: url(../images/fzlc-line.png) repeat-y;
}
.inside-fzlc .mySwiper {
  overflow: hidden;
  height: 6rem;
}
.inside-fzlc .mySwiper .item {
  height: 1rem;
  padding-right: 0.8rem;
  cursor: pointer;
  position: relative;
}
.inside-fzlc .mySwiper .item:before {
  content: "";
  width: 0.4rem;
  height: 1px;
  top: 0.21rem;
  right: 0.33rem;
  position: absolute;
  background: #d6d6d6;
}
.inside-fzlc .mySwiper .time {
  color: #9b9b9b;
  font-size: 0.36rem;
  line-height: 0.4rem;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
  font-family: "Oswald-Regular";
}
.inside-fzlc .mySwiper .swiper-slide-thumb-active .time {
  color: #333;
  font-weight: 700;
  font-size: 0.89rem;
  line-height: 0.9rem;
}
.inside-fzlc .swiper-button-prev,
.inside-fzlc .swiper-button-next {
  right: 0.5rem;
  left: auto;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
  opacity: 1!important;
  margin-top: 0;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
}
.inside-fzlc .swiper-button-prev:after,
.inside-fzlc .swiper-button-next:after {
  font-size: 0;
}
.inside-fzlc .swiper-button-prev:hover,
.inside-fzlc .swiper-button-next:hover {
  background-color: #ddd;
}
.inside-fzlc .swiper-button-prev {
  top: 0.5rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url(../images/prev-2.png) no-repeat center center #e9e9e9;
}
.inside-fzlc .swiper-button-next {
  top: auto;
  bottom: 0rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url(../images/next-2.png) no-repeat center center #e9e9e9;
}
@media (max-width: 1100px) {
  .inside-fzlc {
    line-height: 24px;
  }
  .inside-fzlc .mySwiper {
    height: auto;
    display: none;
  }
  .inside-fzlc .mySwiper2 {
    height: auto;
  }
  .inside-fzlc .mySwiper2 .title,.inside-fzlc .mySwiper2 .title2 {
    display: none!important;
  }
  
  .inside-fzlc .mySwiper2 .tit {
    display: block!important;
  }
  .inside-fzlc .mySwiper2 .txt {
    font-weight: normal!important;
    font-size: 16px!important;
    line-height: 24px!important;
    display: block!important;
  }
  .inside-fzlc .swiper-button-prev {
    left: 0;
    top: 25px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .inside-fzlc .swiper-button-next {
    right: 0;
    left: auto;
    top: 25px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .inside-fzlc .swiper-slide-thumb-active .time {
    color: #333;
    font-weight: 700;
    font-size: 20px!important;
    line-height: 40px!important;
  }
  .inside-fzlc .inside-title-2 {
    top: auto;
    left: auto;
    position: relative;
  }
  .inside-fzlc .container {
    display: block;
    padding: 0 20px;
  }
  .inside-fzlc .text {
    font-size: 14px;
  }
  .inside-fzlc .list {
    margin-top: 30px;
    text-align: center;
    padding: 0 30px;
    width: 100%;
    float: none;
  }
  .inside-fzlc .list:before {
    display: none;
  }
  .inside-fzlc .list .item:before {
    display: none;
  }
  .inside-fzlc .mySwiper2 {
    width: 100%;
  }
  .inside-fzlc .mySwiper2 .txt {
    min-height: auto;
  }
  .inside-fzlc .mySwiper {
    width: 100%;
  }
  .inside-fzlc .mySwiper .item {
    height: auto;
    padding: 0 10px;
  }
  .inside-fzlc .mySwiper2 {
    margin-top: 30px;
  }
  .inside-fzlc .mySwiper2 .box {
    padding: 0 50px;
  }
  .inside-fzlc .mySwiper2 .pic {
    width: 100%;
    float: none;
  }
  .inside-fzlc .mySwiper2 .text-2 {
    width: 100%;
    float: none;
    padding: 20px 0;
  }
  .inside-fzlc .mySwiper2 .box {
    padding-top: 0;
    text-align: center;
  }
  .inside-fzlc .mySwiper2 .tit {
    min-height: auto;
  }
  .inside-fzlc .mySwiper2 .txt {
    margin-top: 10px;
    height: auto;
  }
  .inside-fzlc .list:before {
    background-size: cover;
  }
  .inside-fzlc .list .container {
    overflow: hidden;
  }
}
.inside-contact {
  background: #1e51a2;
}
.inside-contact .itembox {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.inside-contact .tabcot {
  display: none;
  overflow: hidden;
}
.inside-contact .tabcot .leftmap {
  width: 50%;
  float: left;
}
.inside-contact .tabcot .rightnr {
  width: 50%;
  color: #fff;
  float: left;
  font-size: 0.18rem;
  padding-left: 1rem;
  padding-top: 2rem;
}
.inside-contact .tabcot .rightnr a {
  color: #fff;
}
.inside-contact .tabcot .rightnr .t1 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  font-weight: 700;
}
.inside-contact .tabcot .rightnr .t2 {
  padding-bottom: 0.7rem;
}
.inside-contact .tabcot .rightnr .t3 {
  margin-bottom: 0.2rem;
  padding-left: 0.3rem;
  position: relative;
}
.inside-contact .tabcot .rightnr .t3 img {
  top: 0.05rem;
  left: 0;
  position: absolute;
  max-height: 0.2rem;
}
.inside-contact .tabnav {
  left: 50%;
  top: 1rem;
  position: absolute;
  width: 100%;
  max-width: 6.1rem;
}
.inside-contact .tabnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 1rem;
}
.inside-contact .tabnav li {
  width: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 0.2rem;
  line-height: 0.46rem;
  height: 0.48rem;
  text-align: center;
  border: solid 1px #fff;
}
.inside-contact .tabnav .cur {
  color: #1e51a2;
  background: #fff;
}
@media (max-width: 1200px) {
  .inside-contact .tabcot .rightnr {
    padding-top: 2rem;
  }
  .inside-contact .tabcot .rightnr .t2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 1100px) {
  .inside-contact {
    padding: 40px 0;
  }
  .inside-contact .itembox {
    max-width: 640px;
    padding: 0 20px;
  }
  .inside-contact .tabnav {
    top: auto;
    left: auto;
    margin-bottom: 30px;
    max-width: 100%;
    position: relative;
  }
  .inside-contact .tabnav ul {
    padding-left: 0;
  }
  .inside-contact .tabnav li {
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
  .inside-contact .tabcot .leftmap {
    width: 100%;
    float: none;
    display: none;
  }
  .inside-contact .tabcot .rightnr {
    width: 100%;
    float: none;
    padding: 0;
    font-size: 16px;
  }
  .inside-contact .tabcot .rightnr .t2 {
    padding-bottom: 30px;
  }
}
.inside-message {
  padding: 0.8rem 0;
  background: #fafafa;
  position: relative;
}
.inside-message .nr {
  margin-top: 0.4rem;
  padding: 0.6rem;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(220, 237, 255, 0.6);
}
.inside-message .list {
  position: relative;
}
.inside-message li {
  width: 33.33333333%;
  float: left;
  padding: 0 6px 18px 6px;
  position: relative;
}
.inside-message .box {
  position: relative;
}
.inside-message .red {
  position: absolute;
  z-index: 9;
  left: 20px;
  top: 16px;
  color: #c70204;
}
.inside-message .error {
  background: #ff0000;
  color: #fff;
  padding: 0 6px;
  border-bottom-left-radius: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.inside-message .input-form,
.inside-message .textarea-form,
.inside-message select {
  border: none;
  border-radius: 5px;
  color: #8294a3;
  font-family: arial;
  vertical-align: middle;
  border: #d6d5d3 solid 1px;
  padding: 0 30px;
  height: 55px;
  line-height: 48px;
  font-size: 16px;
  width: 100%;
}
.inside-message .input-form:focus,
.inside-message .textarea-form:focus,
.inside-message select:focus {
  border: #1e51a2 solid 1px;
}
.inside-message select {
  color: #8294a3;
  background: url(../images/arrow-8.png) no-repeat center right #ffffff;
  appearance: none;
}
.inside-message .textarea-form {
  line-height: 30px;
  padding: 10px 90px 10px 30px;
  width: 100%;
  padding-right: 90px;
  min-height: 200px;
}
.inside-message .textarea-form:focus {
  border: #1e51a2 solid 1px;
}
@media (max-width: 1100px) {
  .inside-message .textarea-form {
    min-height: 60px;
  }
}
.inside-message .btn {
  width: 100%;
  margin-top: 22px;
}
.inside-message .btn .col-2 {
  width: 50%;
  float: right;
}
.inside-message .submit {
  float: right;
  background: #1e51a2;
  color: #fff;
  width: 100%;
  display: inline-block;
  max-width: 270px;
  text-align: center;
  line-height: 55px;
  height: 55px;
  font-size: 16px;
  border: none;
}
.inside-message .submit .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.inside-message .submit:hover {
  background: #1e51a2;
}
.inside-message .submit:hover {
  background: #1e51a2;
}
.inside-message .verify {
  height: 55px;
  background-color: #e5e5e5;
  position: relative;
}
.inside-message .verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 55px;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 20px 20px;
  z-index: 2;
  cursor: move;
}
.inside-message .verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 20px 20px;
}
.inside-message .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
  line-height: 48px;
  width: 0;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.inside-message .verify .fix-tips,
.inside-message .verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  line-height: 55px;
  padding-left: 50px;
  text-align: center;
}
.inside-message .verify .verify-msg {
  padding-left: 0;
  padding-right: 50px;
}
.inside-message .verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.inside-message .verifyDiv {
  width: 30%;
  vertical-align: middle;
  float: left;
  margin-right: 20px;
  position: relative;
}
.inside-message .col-2 {
  width: 50%;
  float: left;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .inside-message {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inside-message .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .inside-message .list:before {
    display: none;
  }
  .inside-message li {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .inside-message li:last-child {
    padding-bottom: 0;
  }
  .inside-message .red {
    top: 14px;
    left: 15px;
  }
  .inside-message .input-form,
  .inside-message .textarea-form {
    font-size: 14px;
    padding-left: 25px;
    padding-right: 15px;
    line-height: 48px;
    height: 50px;
  }
  .inside-message .textarea-form {
    height: 140px;
  }
  .inside-message .verify {
    height: 50px;
  }
  .inside-message .verify .drag-progress {
    height: 50px;
    line-height: 48px;
  }
  .inside-message .verify .drag-btn {
    width: 50px;
    height: 50px;
    background-size: 20px 20px;
  }
  .inside-message .verify .fix-tips,
  .inside-message .verify .verify-msg {
    line-height: 50px;
    padding-left: 50px;
  }
  .inside-message .verifyDiv {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0;
  }
  .inside-message .error {
    font-size: 12px;
    padding: 0 6px;
    border-bottom-left-radius: 6px;
  }
  .inside-message .btn {
    text-align: left;
  }
  .inside-message .btn .col-2 {
    width: 100%;
    padding: 0;
  }
  .inside-message .submit {
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-radius: 3px;
    max-width: 100%;
    padding: 0 10px;
    border: none;
    margin: 0;
  }
  .inside-message .submit:hover {
    background: #eee;
  }
}
.inside-message-2 .input-form,
.inside-message-2 .textarea-form,
.inside-message-2 select {
  border: 0;
  border-radius: 0;
  border-bottom: solid 1px #eaeaea;
}
.inside-message-2 .input-form:focus,
.inside-message-2 .textarea-form:focus,
.inside-message-2 select:focus {
  border: 0;
  border-bottom: solid 1px #1e51a2;
}
.inside-message-2 .red {
  left: 0;
}
.inside-message-2 .textarea {
  width: 100%;
  padding-top: 40px;
}
.inside-message-2 .textarea .red {
  top: auto;
  left: auto;
  display: block;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.inside-message-2 .textarea .red span {
  color: #08060b;
}
.inside-message-2 .textarea .textarea-form {
  height: 100px;
  min-height: auto;
}
@media (max-width: 1100px) {
  .inside-message-2 .nr {
    padding: 0 20px;
    padding-bottom: 20px;
  }
}
.inside-job {
  padding: 0.8rem 0;
}
.inside-job .text {
  padding: 0.4rem 0;
  line-height: 0.3rem;
  font-size: 0.18rem;
  text-align: center;
}
@media (max-width: 1100px) {
  .inside-job .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.inside-job-2 {
  padding: 0.8rem 0;
  background: #fafafa;
}
.inside-job-2 .text {
  padding: 0.4rem 0;
  font-size: 0.18rem;
  text-align: center;
}
.inside-job-2 .yx {
  color: #1e51a2;
  text-decoration: underline;
}
.inside-job-2 li:first-child {
  color: #fff;
  padding: 0.05rem 0;
  font-size: 0.2rem;
  font-weight: 700;
  background: #1e51a2;
}
.inside-job-2 li:first-child span:nth-child(3) {
  text-align: center;
}
.inside-job-2 li:first-child:before {
  display: none;
}
.inside-job-2 li,
.inside-job-2 .tit {
  font-size: 0.18rem;
  margin-top: 0.15rem;
  background: #fff;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.inside-job-2 li span,
.inside-job-2 .tit span {
  width: 15%;
  float: left;
  height: 0.65rem;
  line-height: 0.65rem;
  padding-left: 0.4rem;
  overflow: hidden;
}
.inside-job-2 li span:nth-child(3),
.inside-job-2 .tit span:nth-child(3) {
  width: 35%;
}
.inside-job-2 .bt {
  color: #333;
  font-size: 0.18rem;
  padding: 0.3rem 0 0.15rem 0;
  font-weight: 700;
}
.inside-job-2 .txt {
  background: #fff;
  padding: 0.2rem 0.4rem 0.7rem 0.4rem;
  text-align: left;
  display: none;
  color: #666;
  line-height: 0.3rem;
}
.inside-job-2 .active {
  color: #2d3132;
  background: #d0e7f9;
}
.inside-job-2 .btn {
  margin-top: 0.5rem;
  font-size: 0.16rem;
}
.inside-job-2 .btn img {
  float: right;
  margin-top: 0.08rem;
  max-height: 0.3rem;
}
@media (max-width: 1100px) {
  .inside-job-2 .text {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-job-2 .tit {
    font-size: 14px;
  }
  .inside-job-2 li span,
  .inside-job-2 .tit span {
    padding-left: 20px;
  }
  .inside-job-2 li span:nth-child(1),
  .inside-job-2 .tit span:nth-child(1) {
    width: 30%;
  }
  .inside-job-2 li span:nth-child(2),
  .inside-job-2 .tit span:nth-child(2) {
    display: none;
  }
  .inside-job-2 li span:nth-child(3),
  .inside-job-2 .tit span:nth-child(3) {
    width: 50%;
    text-align: center;
  }
  .inside-job-2 li span:nth-child(5),
  .inside-job-2 .tit span:nth-child(5) {
    display: none;
  }
  .inside-job-2 .txt {
    padding: 20px;
    padding-top: 0;
  }
  .inside-job-2 .btn img {
    margin-top: 10px;
  }
}
.inside-current-2 {
  color: #fff;
  font-size: 0.14rem;
  height: 0.65rem;
  line-height: 0.65rem;
  background: #96aed3;
  overflow: hidden;
  font-weight: normal;
}
.inside-current-2 a {
  color: #fff;
}
.inside-current-2 a:hover {
  text-decoration: underline;
}
.inside-current-2 img {
  margin-top: 0.2rem;
  margin-right: 0.05rem;
  max-height: 0.2rem;
}
@media (max-width: 1100px) {
  .inside-current-2 {
    margin-top: 60px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .inside-current-2 img {
    margin-top: 15px;
    margin-right: 5px;
    max-height: 20px;
  }
}
.inside-product {
  overflow: hidden;
  padding: 0.6rem 0;
  background: #f8fafb;
}
.inside-leftpro {
  width: 19.4%;
  float: left;
  padding-bottom: 0.2rem;
  min-height: 300px;
}
.inside-leftpro .bt {
  color: #fff;
  padding-left: 0.4rem;
  font-size: 0.24rem;
  background: #1e51a2;
  font-weight: 700;
  height: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.24rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/pro-title.jpg) no-repeat top center;
}
.inside-leftpro .bt a{
	color: #fff;
}
.inside-leftpro .bt img {
  margin-right: 0.2rem;
  max-height: 0.5rem;
}
.inside-leftpro .bt span {
  opacity: 0.7;
  line-height: 0.16rem;
  font-weight: normal;
  font-family: arial;
  font-size: 0.16rem;
  text-transform: uppercase;
}
.inside-leftpro .ly {
  margin-top: 0.2rem;
}
.inside-leftpro .ly .t1 {
  color: #fff;
  height: 0.36rem;
  line-height: 0.36rem;
  background: #1e51a2;
  overflow: hidden;
  text-align: center;
}
.inside-leftpro .lx {
  color: #fff;
  margin-top: 0.2rem;
  padding-left: 0.1rem;
  background: #1e51a2;
  height: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/lx-pic.jpg) no-repeat top center;
  background-size: cover;
}
.inside-leftpro .lx img {
  margin-right: 0.1rem;
  max-height: 0.6rem;
}
.inside-leftpro .lx span {
  opacity: 0.7;
  line-height: 0.16rem;
  font-weight: normal;
  font-family: arial;
  font-size: 0.16rem;
  text-transform: uppercase;
}
.inside-leftpro .lx .t2 a {
  font-size: 0.3rem;
  color: #fff;
  font-weight: 700;
  font-family: arial;
}
@media (max-width: 1600px) {
  .inside-leftpro {
    width: 15.5%;
  }
}
@media (max-width: 1520px) {
  .inside-leftpro {
    width: 18.4%;
  }
}
@media (max-width: 1380px) {
  .inside-leftpro {
    width: 17.6%;
  }
}
@media (max-width: 1280px) {
  .inside-leftpro {
    width: 16.7%;
  }
}
@media (max-width: 1200px) {
  .inside-leftpro {
    width: 20.5%;
  }
}
@media (max-width: 1100px) {
  .inside-leftpro {
    display: none;
  }
}
.inside-prolist {
  width: 79%;
  float: right;
  background: #fff;
  padding: 0.4rem;
  padding-bottom: 0.8rem;
}
.inside-prolist h1 {
  font-size: 0.24rem;
  color: #1e51a2;
}
.inside-prolist h1 a{
  color: #1e51a2;
}
.inside-prolist .drop {
  margin-top: 0.2rem;
  border-bottom: solid 1px #cacaca;
  overflow: hidden;
  height: 0.38rem;
  position:relative;
}
.inside-prolist .drop ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.inside-prolist .drop li:first-child {
  padding-left: 0;
}
.inside-prolist .drop li {
  padding-right: 0.5rem;
}
.inside-prolist .drop li a {
  display: inline-block;
  padding-bottom: 0.1rem;
  position: relative;
}
.inside-prolist .drop li a:after {
  bottom: 0;
  left: 0;
  opacity: 0;
  content: "";
  width: 100%;
  height: 0.03rem;
  position: absolute;
  background: #1e51a2;
  -webkit-transition: all 334ms ease;
          transition: all 334ms ease;
}
.inside-prolist .drop li:hover a,
.inside-prolist .drop .cur a {
  color: #1e51a2;
}
.inside-prolist .drop li:hover a:after,
.inside-prolist .drop .cur a:after {
  opacity: 1;
}

.inside-prolist .drop li a.moreBtn {
	display: none;
	padding-bottom: 0.1rem;
	position: relative;
	padding-right: 0.3rem;
}

.inside-prolist .drop li .icon {
	text-align: center;
	line-height: 0.2rem;
	position: absolute;
	width: 0.15rem;
	height: 0.15rem;
	top: 0.05rem;
	right: 0;
	cursor: pointer;
	font-family: "宋体";
	font-style: normal;
	transition: all 0.3s ease 0s;
	font-size: 0.2rem;
	font-weight: bold;
}

.inside-prolist .drop.show{
	height:auto;
}

.inside-prolist .drop li .icon:before {
    content: ">";
    display: inline-block;
}

.inside-prolist .show li .icon:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.inside-prolist .drop li:last-child{
    position: absolute;
    right: 0;
    padding: 0;	
}

.inside-prolist .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  margin: 0 -0.25rem;
}
.inside-prolist .list li {
  width: 50%;
  padding: 0 0.25rem;
  padding-top: 0.5rem;
  text-align: left;
}
.inside-prolist .list li .item {
  border: solid 1px #e6e6e6;
}

.inside-prolist .list li .item a{
	display:block;
}

.inside-prolist .list li .picbox {
  position: relative;
  background: url(../images/pro-bg.jpg) no-repeat top center;
  background-size: cover;
}
.inside-prolist .list li .pic {
  overflow: hidden;
  position: relative;
}
.inside-prolist .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 77.03703704%;
}
.inside-prolist .list li .pic:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 700ms ease;
          transition: all 700ms ease;
  background: rgba(30, 81, 162, 0.65);
}
.inside-prolist .list li .pic img {
  -webkit-transition: all 700ms ease;
          transition: all 700ms ease;
}
.inside-prolist .list li .icon {
  top: 50%;
  left: 50%;
  z-index: 2;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.inside-prolist .list li .icon img {
  max-height: 1rem;
  -webkit-transition: all 700ms ease;
          transition: all 700ms ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.inside-prolist .list li .tit {
  color: #333;
  font-size: 0.18rem;
  padding: 0 0.3rem;
  height: 0.64rem;
  line-height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-prolist .list li .tit span {
  float: right;
  font-size: 0.16rem;
  text-transform: uppercase;
  padding-left: 0.2rem;
  font-family: arial;
}
@media (min-width: 1025px) {
  .inside-prolist .list li:hover .pic img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .inside-prolist .list li:hover .pic:before {
    opacity: 1;
  }
  .inside-prolist .list li:hover .icon img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .inside-prolist .list li:hover .tit {
    color: #fff;
    background: #1e51a2;
  }
}
@media (max-width: 1600px) {
  .inside-prolist {
    width: 82%;
  }
}
@media (max-width: 1520px) {
  .inside-prolist {
    width: 79%;
  }
}
@media (max-width: 1100px) {
  .inside-prolist {
    width: 100%;
    float: none;
  }
  .inside-prolist .drop li {
    padding-left: 0;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .inside-prolist .list li .tit {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .inside-prolist .list li .tit span {
    font-size: 12px;
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .inside-prolist .list li {
    width: 100%;
  }
}
.classifyPro .list {
  background: #fff;
}
.classifyPro li {
  position: relative;
}
.classifyPro .titlefirst {
  color: #333;
  margin-bottom: 2px;
  font-size: 0.2rem;
  padding: 0 0.37rem;
  line-height: 0.8rem;
  height: 0.8rem;
  background: #e6f3ff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.classifyPro .titlefirst a {
  color: #333;
}

.classifyPro .titlefirst .icon {
	text-align: center;
    line-height: 0.24rem;
    position: absolute;
    width: 0.24rem;
    height: 0.24rem;
    top: 0.26rem;
    right: 0.25rem;
    cursor: pointer;
    font-family: 宋体;
    font-style: normal;
    transition: all 0.3s ease 0s;
    font-size: 0.24rem;
    font-weight: bold;
}

.classifyPro .titlefirst .icon:before {
    content: "+";
    display: inline-block;
}

.classifyPro .curone .icon:before {
	content: "-";
}

.classifyPro .titlefirst a:hover {
  font-weight: 700;
}

.classifyPro .curone > a {
  font-weight: 700;

}
.classifyPro .hasbox {
  display: none;
}
.classifyPro .title {
  margin-top: -0.06rem;
  -webkit-transition: .3s;
          transition: .3s;
  height: 0.6rem;
  position: relative;
  line-height: 0.56rem;
}
.classifyPro .title a {
  display: block;
  position: relative;
  max-width: 100%;
  color: #333333;
  font-size: 0.18rem;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 0.45rem;
  padding-right: 0.4rem;
  height: 0.6rem;
  overflow: hidden;
}
.classifyPro .title:after {
  left: 0.35rem;
  top: 0.28rem;
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 0.04rem;
  height: 0.04rem;
  background: #b0bed8;
}
.classifyPro .title:before {
  top: 0;
  left: -0.06rem;
  content: "";
  opacity: 0;
  height: 0.6rem;
  width: 3.07rem;
  position: absolute;
  -webkit-transition: all 334ms ease;
          transition: all 334ms ease;
  background: url(../images/drop-hover.png) no-repeat center center;
  background-size: cover;
}
.classifyPro .title span {
  z-index: 2;
  display: block;
  position: relative;
}
.classifyPro .has > .title a {
  display: block;
}
.classifyPro .list .hasbox .icon {
  text-align: center;
  border-radius: 50%;
  line-height: 0.16rem;
  border: solid 1px #383838;
  position: absolute;
  width: 0.18rem;
  height: 0.18rem;
  top: 0.2rem;
  right: 0.25rem;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s;
  font-family: "宋体";
  font-style: normal;
}
.classifyPro .list .hasbox .icon:before {
  content: "+";
  display: inline-block;
}
.classifyPro .down > .title:after {
  background: #fff;
}
.classifyPro .down > .title a {
  color: #fff!important;
}
.classifyPro .down > .title a:before {
  opacity: 1;
}
.classifyPro .down > .title:before {
  opacity: 1;
}
.classifyPro  .hasbox .down .icon {
  color: #fff;
  border: solid 1px #fff;
}
.classifyPro .hasbox .down .icon:before {
  content: "-";
}
.classifyPro .list .list {
  padding: 0.1rem 0px 0.2rem 0rem;
  display: none;
}
.classifyPro .list .list .title {
  padding: 0;
  padding-left: 0.3rem;
  border-bottom: dotted 1px #ddd;
  line-height: 0.24rem;
  height: auto;
}
.classifyPro .list .list .title:after {
  left: 0.3rem;
  top: 0.12rem;
}
.classifyPro .list .list .title a {
  height: auto;
  color: #666;
  padding: 0;
  margin: 0.1rem !important;
  font-size: 0.16rem;
  font-weight: normal;
  position: relative;
}
.classifyPro .list .list .title a:before {
  display: none!important;
}
.classifyPro .list .list .title a:hover {
  color: #1e51a2;
}
.classifyPro .list .list .title a:hover:after {
  color: #1e51a2;
}
.classifyPro .list .list .title:before {
  display: none!important;
}
.classifyPro .list .list .cur:after {
  background: #1e51a2;
}
.classifyPro .list .list .cur a {
  color: #1e51a2;
}
.classifyPro .list .list .cur a:after {
  color: #1e51a2;
}
.classifyPro .list .list li:last-child .title {
  border: none;
}
.inside-product-show .pro01 {
  position: relative;
  background-size: cover;
  padding: 0.8rem 0;
}
.inside-product-show .pro01 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.inside-product-show .pro01 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.inside-product-show .pro01 .swiper-pagination-bullet {
  text-align: center;
  margin: 0 10px;
  width: 0.15rem;
  height: 0.15rem;
  background: #fff;
  opacity: 1;
}
.inside-product-show .pro01 .swiper-pagination-bullet-active {
  background: #1e51a2;
}
.inside-product-show .pro01 .swiper-pagination {
  width: 100%;
  padding-right: 10%;
}
.inside-product-show .pro01 .left {
  width: 50%;
  position: relative;
}
.inside-product-show .pro01 .left ul {
  margin-bottom: 0.3rem;
}
.inside-product-show .pro01 .right {
  line-height: 0.36rem;
  font-size: 0.18rem;
  width: 50%;
}
.inside-product-show .pro01 .right h1 {
  font-size: 0.4rem;
  color: #1e51a2;
}
.inside-product-show .pro01 .right p {
  padding-bottom: 0.2rem;
}
.inside-product-show .pro01 .ms {
  margin-top: 0.5rem;
}
.inside-product-show .pro01 .button1 {
  font-size: 0.16rem;
  margin-top: 0.4rem;
}
.inside-product-show .pro01 .button1 a {
  color: #1e51a2;
  height: 0.4rem;
  margin-right: 0.08rem;
  text-align: center;
  line-height: 0.38rem;
  padding: 0 0.2rem;
  display: inline-block;
  border: solid 1px #acacac;
}
.inside-product-show .pro01 .button1 img {
  max-height: 0.24rem;
  vertical-align: middle;
  margin: 0 0.1rem 0.04rem 0;
}
.inside-product-show .pro01 .button1>a:first-child {
  color: #fff;
  min-width: 1.74rem;
  border-color: #1e51a2;
  background: #1e51a2;
}
.inside-product-show .pro01 .button1 a:hover {
  border-color: #1e51a2;
}

.inside-product-show .pro01 .button1 .zxewm{
	position:relative;
	display:inline-block;
}

.inside-product-show .pro01 .button1 .zxewm .hover{
    display: none;
    position: absolute;
    height: 1.74rem;
    background: #fff;
    margin-top: 0.2rem;
	z-index:9999;
}

.inside-product-show .pro01 .button1 .zxewm .hover img{
	max-height:100%;
	margin:0;
}

.inside-product-show .pro01 .button1 .zxewm:hover .hover{
    display: block;
}

.inside-product-show .pro01 .button1 .zxewm .hover:after {
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: -0.09rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: solid 0.1rem #ffffff;
  border-left: solid 0.1rem transparent;
  border-right: solid 0.1rem transparent;
}

.inside-product-show .pro01 .button2 {
  position: relative;
  margin-top: 0.2rem;
}
.inside-product-show .pro01 .button2 a {
  position: relative;
  font-size: 0.2rem;
  color: #1e51a2;
  height: 0.4rem;
  text-align: center;
  background: #fff;
  min-width: 1.74rem;
  line-height: 0.38rem;
  display: inline-block;
  font-family: "Oswald-Bold";
}
.inside-product-show .pro01 .button2 a:after {
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: -0.09rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: solid 0.1rem #ffffff;
  border-left: solid 0.1rem transparent;
  border-right: solid 0.1rem transparent;
}
@media (max-width: 1100px) {
  .inside-product-show .pro01 .tit {
    margin-top: 20px;
  }
  .inside-product-show .pro01 .txt {
    font-size: 14px;
  }
  .inside-product-show .pro01 .button {
    margin-top: 20px;
  }
  .inside-product-show .pro01 .button a {
    height: 40px;
    padding: 0 15px;
    margin-right: 10px;
    line-height: 38px;
  }
  .inside-product-show .pro01 .button1 {
    margin-top: 20px;
  }
  .inside-product-show .pro01 .button1 a {
    font-size: 16px;
    height: 40px;
    padding: 0 20px;
    line-height: 38px;
  }
  .inside-product-show .pro01 .button1 a:after {
    top: -8px;
    border-bottom: solid 10px #ffffff;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
  }
}
@media (max-width: 1100px) {
  .inside-product-show .pro01 {
    font-size: 14px;
    padding: 70px 0 50px 0;
  }
  .inside-product-show .pro01 .container {
    display: block;
  }
  .inside-product-show .pro01 .left,
  .inside-product-show .pro01 .right {
    width: 100%;
    float: none;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
  }
  .inside-product-show .pro01 .left h1,
  .inside-product-show .pro01 .right h1 {
    font-size: 16px;
  }
  .inside-product-show .pro01 .left {
    width: 50%;
    margin: 0 auto;
  }
  .inside-product-show .pro01 .right {
    padding-top: 30px;
  }
  .inside-product-show .pro01 .right .ms {
    height: auto;
    margin-top: 20px;
    line-height: 28px;
  }
  .inside-product-show .pro01 .right .ms p {
    padding-bottom: 0px;
  }
  .inside-product-show .pro01 .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .inside-product-show .pro01 .left {
    width: 90%;
  }
  .inside-product-show .pro01 .button1 a {
    margin-top: 10px;
    width: 100%;
    background: #fff;
    min-width: 100%!important;
  }
  .inside-product-show .pro01 .button1 a:first-child {
    display: none!important;
  }
  .inside-product-show .pro01 .button1 img {
    max-height: 24px;
  }
  .inside-product-show .pro01 .button2 a {
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    min-width: 100%!important;
  }
}
.inside-ps-menu {
  font-size: 0.18rem;
}
.inside-ps-menu .cur {
  font-weight: 700;
}
.inside-ps-menu li {
  margin-left: 0.6rem;
  padding: 0.25rem 0;
  display: inline-block;
}
.inside-ps-menu li a {
  display: block;
  text-align: center;
  position: relative;
}
.inside-ps-menu li a:after {
  content: "";
  width: 0;
  height: 2px;
  bottom: -0.25rem;
  left: 50%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  background: #1e51a2;
}
.inside-ps-menu li a:before {
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  opacity: 0;
  bottom: -0.25rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: solid 0.06rem #1e51a2;
  border-left: solid 0.06rem transparent;
  border-right: solid 0.06rem transparent;
}
.inside-ps-menu li span {
  overflow: hidden;
  height: 0.24rem;
  line-height: 0.24rem;
  display: block;
}
.inside-ps-menu .cur a,
.inside-ps-menu li:hover a {
  color: #1e51a2;
}
.inside-ps-menu .cur a:after,
.inside-ps-menu li:hover a:after {
  opacity: 1;
  width: 100%;
}
.inside-ps-menu .cur a:before,
.inside-ps-menu li:hover a:before {
  opacity: 1;
}
@media (max-width: 1100px) {
  .inside-ps-menu {
    font-size: 14px;
    padding: 0;
    text-align: left;
  }
  .inside-ps-menu .title {
    width: 100%;
    float: none;
    padding-top: 0px;
    font-size: 16px;
  }
  .inside-ps-menu ul {
    width: 100%;
    float: none;
  }
  .inside-ps-menu li {
    padding: 20px 0;
    margin-left: 0;
    margin-right: 20px;
  }
  .inside-ps-menu li span {
    height: 24px;
    line-height: 24px;
  }
}
.inside-proshow-2 {
  position: relative;
  padding: 0.8rem 0;
  background: #f8fafb;
}
.inside-proshow-2 .inside-title {
  font-size: 0.26rem;
  padding-bottom: 0.4rem;
}
.inside-proshow-2 .bgcolor1 {
  background: #fff;
}
.inside-proshow-2 .blue {
  font-weight: 700;
  color: #1e51a2;
}

.inside-proshow-2 table strong {
  font-weight: 700;
  color: #1e51a2;
}

.inside-proshow-2 .f20 {
  color: #000;
  font-size: 0.2rem;
}
.inside-proshow-2 table {
  font-size: 0.18rem;
}
.inside-proshow-2 table td {
  padding: 0.15rem 0.2rem;
  border: solid 1px #919191;
}


@media (max-width: 1100px) {
  .inside-proshow-2 .table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .inside-proshow-2 .inside-title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .inside-proshow-2 table {
    width: 1000px;
    font-size: 14px;
  }
  .inside-proshow-2 table td {
    padding: 10px;
  }
}
.inside-proshow5 {
  position: relative;
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
}
.inside-proshow5 .inside-title {
  font-size: 0.26rem;
  font-weight: 700;
}
.inside-proshow5 .item {
  margin-top: 0.4rem;
  border: solid 1px #1e51a2;
  border-bottom: solid 0.06rem #1e51a2;
}
.inside-proshow5 .pic {
  width: 45%;
  float: left;
}
.inside-proshow5 .mess {
  width: 55%;
  float: left;
  padding: 0.4rem 0.65rem;
  padding-bottom: 0.4rem;
}
.inside-proshow5 .mess .tag {
  padding-bottom: 0.15rem;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
}
.inside-proshow5 .mess .tag img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.01rem;
}
.inside-proshow5 .mess li:first-child {
  padding-top: 0;
}
.inside-proshow5 .mess li {
  padding-top: 0.2rem;
  margin: 0 -0.15rem;
}
.inside-proshow5 .mess li p {
  width: 50%;
  float: left;
  padding: 0 0.15rem;
  position: relative;
}
.inside-proshow5 .mess li label {
  color: #080f15;
  display: block;
  margin-bottom: 0.1rem;
}
.inside-proshow5 .mess li em {
  color: #de021c;
  font-style: normal;
}
.inside-proshow5 .mess li input[type="text"],
.inside-proshow5 .mess li textarea,
.inside-proshow5 .mess li select {
  width: 100%;
  height: 0.52rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  padding: 0 0.25rem;
  font-size: 0.16rem;
  color: #666;
  font-family: arial;
  background-color: #fff;
  border: solid 1px #cacaca;
  -webkit-transition: all 334ms ease;
          transition: all 334ms ease;
}
.inside-proshow5 .mess li input[type="text"]:focus,
.inside-proshow5 .mess li textarea:focus {
  border-color: #1e51a2;
}
.inside-proshow5 .mess li input[type="submit"] {
  color: #fff;
  border: 0;
  width: 1.7rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.18rem;
  background: #1e51a2;
  margin-top: 0.2rem;
}
.inside-proshow5 .mess li input[type="submit"]:hover {
  background: #1e51a2;
}
.inside-proshow5 .mess .textarea p {
  width: 100%;
  float: none;
}
.inside-proshow5 .mess .textarea textarea {
  height: 1.2rem;
}
@media (max-width: 1100px) {
  .inside-proshow5 .pic {
    display: none;
  }
  .inside-proshow5 .mess {
    width: 100%;
    float: none;
    padding: 20px;
  }
  .inside-proshow5 .mess .tag {
    font-size: 14px;
  }
  .inside-proshow5 .mess li input[type="text"],
  .inside-proshow5 .mess li select,
  .inside-proshow5 .mess li textarea {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .inside-proshow5 .mess li {
    padding-top: 0;
  }
  .inside-proshow5 .mess li p {
    width: 100%;
    margin-top: 10px;
  }
}
.inside-xgpro {
  margin-bottom: 0.8rem;
  padding: 0.8rem 0;
  background: #f8fafb;
}
.inside-xgpro .title {
  color: #2d3132;
  font-size: 0.32rem;
  line-height: 0.4rem;
  padding-bottom: 0.4rem;
}
.inside-xgpro li {
  width: 33.333%;
  padding-top: 0.5rem;
  text-align: left;
}
.inside-xgpro li .item {
  background: #fff;
  border: solid 1px #e6e6e6;
}
.inside-xgpro li .picbox {
  position: relative;
  background: url(../images/pro-bg.jpg) no-repeat top center;
  background-size: cover;
}
.inside-xgpro li .pic {
  overflow: hidden;
  position: relative;
}
.inside-xgpro li .pic:after {
  content: "";
  display: block;
  padding-bottom: 77.03703704%;
}
.inside-xgpro li .pic:before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 700ms ease;
          transition: all 700ms ease;
  background: rgba(30, 81, 162, 0.65);
}
.inside-xgpro li .pic img {
  -webkit-transition: all 700ms ease;
          transition: all 700ms ease;
}
.inside-xgpro li .icon {
  top: 50%;
  left: 50%;
  z-index: 2;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.inside-xgpro li .icon img {
  max-height: 1rem;
  -webkit-transition: all 700ms ease;
          transition: all 700ms ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.inside-xgpro li .tit {
  color: #333;
  font-size: 0.18rem;
  padding: 0 0.3rem;
  height: 0.64rem;
  line-height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-xgpro li .tit span {
  float: right;
  font-size: 0.16rem;
  text-transform: uppercase;
  padding-left: 0.2rem;
  font-family: arial;
}
@media (min-width: 1025px) {
  .inside-xgpro li:hover .pic img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .inside-xgpro li:hover .pic:before {
    opacity: 1;
  }
  .inside-xgpro li:hover .icon img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .inside-xgpro li:hover .tit {
    color: #fff;
    background: #1e51a2;
  }
}
@media (max-width: 1100px) {
  .inside-xgpro li {
    margin-bottom: 3px;
    padding-top: 0px;
  }
  .inside-xgpro li .tit {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .inside-xgpro li .tit span {
    font-size: 12px;
    padding-left: 10px;
  }
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.circle {
  width: 1rem;
  height: 1rem;
  display: block;
  text-align: center;
  line-height: 1.1rem;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle i {
  display: inline-block;
  text-align: center;
  z-index: 5;
  position: relative;
  border-radius: 0.05rem;
  border-left: solid 0.16rem #ffffff;
  border-top: solid 0.12rem transparent;
  border-bottom: solid 0.12rem transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: ripple 2s ease-out 0s infinite;
          animation: ripple 2s ease-out 0s infinite;
  background: -webkit-linear-gradient(left, #1e51a2, #1e51a2);
  background: linear-gradient(to right, #1e51a2, #1e51a2);
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #1e51a2;
  opacity: 0;
  -webkit-animation: ripple 2s ease-out 1s infinite;
          animation: ripple 2s ease-out 1s infinite;
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.2rem;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.inside-case-show {
  line-height: 0.3rem;
  padding: 0.8rem 0;
}
.inside-case-show .title {
  color: #1e51a2;
  font-size: 0.3rem;
  line-height: 0.4rem;
  padding-bottom: 0.3rem;
  font-weight: 700;
}
.inside-case-show h1 {
  color: #000;
  line-height: 0.6rem;
  font-size: 0.42rem;
}
.inside-case-show h1 span {
  color: #1e51a2;
}
.inside-case-show .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  padding-bottom: 0.8rem;
}
.inside-case-show .list .leftbox {
  width: 56.4%;
}
.inside-case-show .list .videobox {
  border-radius: 0.1rem;
  position: relative;
}
.inside-case-show .list .videobox .videobtn {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.inside-case-show .list .rightbox {
  width: 43.5%;
  padding-left: 0.6rem;
}
.inside-case-show .list .swiper-pagination {
  text-align: right;
  padding-right: 0.2rem;
}
.inside-case-show .list .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.inside-case-show .list .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.inside-case-show .list .swiper-pagination-bullet-active {
  background: #1e51a2;
}
.inside-case-show .list-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.13rem;
  padding-top: 0.4rem;
}
.inside-case-show .list-2 li {
  padding: 0 0.13rem;
  width: 33.333%;
}
.inside-case-show .list-2 li .pic {
  padding: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.inside-case-show .list-3 {
  padding-top: 0.7rem;
}
.inside-case-show #certify {
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  position: relative;
}
.inside-case-show #certify .swiper-slide {
  width: 7.25rem;
  height: 4.1rem;
  background: #fff;
}
.inside-case-show #certify .swiper-slide img {
  display: block;
  border: solid 0.03rem #1e51a2;
}
.inside-case-show #certify .swiper-button-prev {
  left: 0rem;
}
.inside-case-show #certify .swiper-button-next {
  right: 0rem;
}
.inside-case-show #certify .swiper-button-prev,
.inside-case-show #certify .swiper-button-next {
  width: 0.44rem;
  height: 0.44rem;
  background: rgba(30, 81, 162, 0.62);
}
.inside-case-show #certify .swiper-button-prev:after,
.inside-case-show #certify .swiper-button-next:after {
  color: #fff;
  font-size: 0.2rem;
}
@media (max-width: 1100px) {
  .inside-case-show {
    line-height: 24px;
  }
  .inside-case-show .title {
    text-align: center;
  }
  .inside-case-show .list {
    display: block;
  }
  .inside-case-show .list .leftbox {
    width: 100%;
    float: none;
  }
  .inside-case-show .list .rightbox {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 470px) {
  .inside-case-show .list-2 li {
    width: 100%;
    margin-top: 20px;
  }
}
.inside-page {
  font-size: 12px;
  text-align: center;
  padding-top: 0.8rem;
}
.inside-page a {
  width: 0.4rem;
  height: 0.4rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 0.4rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  font-size: 12px;
  color: #666;
  display: inline-block;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
  border: solid 1px #b5b5b5;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #1e51a2;
  background: #1e51a2;
}
.inside-page .prev,
.inside-page .next {
  width: 1.06rem;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .inside-page {
    padding: 40px 0 0 0;
  }
  .inside-page .prev,
  .inside-page .next {
    width: auto;
    border-radius: 0;
  }
  .inside-page a {
    width: auto;
    height: auto;
    padding: 0 5px;
    border-radius: 0;
    margin: 0;
  }
}
.inside-map {
  padding: 0.6rem 0;
}
.inside-map li {
  padding: 0.2rem 0;
}
.inside-map li h3 {
  padding-bottom: 0.15rem;
}
.inside-map li a {
  padding-right: 0.2rem;
  display: inline-block;
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  padding-top: 22px;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #999;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
      -ms-transform-origin: 20px;
          transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
          transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: width .5s ease;
          transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: width .5s;
          transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .navPhoneBtn {
    display: block;
  }
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.navM .navMCon {
  background-color: #f3f3f3;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #1e51a2;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.navM .child {
  padding: 10px 0px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
  -webkit-transition: all .5s;
          transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
  margin-left: 10px;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 4px;
  vertical-align: middle;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  -webkit-transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
          transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #1e51a2;
}
.active.index-about .tit {
  -webkit-animation: 2s fadeInUp2 ease;
          animation: 2s fadeInUp2 ease;
}
.active.index-about .txt {
  -webkit-animation: 2s fadeInUp2 ease;
          animation: 2s fadeInUp2 ease;
}
.active.index-about li {
  -webkit-animation: 2s scrollArrow ease;
          animation: 2s scrollArrow ease;
}
.active.index-hxjs .index-title {
  -webkit-animation: 2s fadeInDown2 ease;
          animation: 2s fadeInDown2 ease;
}
.active.index-hxjs .list li .item {
  -webkit-animation: 2s fadeInUp4 ease;
          animation: 2s fadeInUp4 ease;
}


.inside-job-2 .tit span:nth-child(3) {
  text-align: center;
}
@media (max-width: 1100px) {
  .banner .textbox-2 .t1 {
    text-shadow: 0.04rem 0rem 0rem rgba(0, 0, 0, 0.5);
  }
  .banner .textbox-2 .t2 {
    text-shadow: 0.04rem 0rem 0rem #000000;
  }
}

.index-hxjs,.home-product,.index-about,.index-news{
	padding-top:1rem;
	background-size: cover;
}

.scrolldb {
  color: #fff;
  width: 0.46rem;
  height: 0.46rem;
  font-size: 0.14rem;
  background: #1e51a2;
  text-align: center;
  font-weight: 700;
  padding-top: 0.2rem;
  position: relative;
  font-family: "Montserrat-ExtraLight";
	position: fixed;
	right: 0;
	bottom: 1rem;  
	z-index:99999;
}
.scrolldb:before {
  top: 0.14rem;
  left: 50%;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  margin-left: -0.04rem;
  position: absolute;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.scrolldb:hover{
	color:#fff;
}

@media (max-width: 1100px) {
  .scrolldb {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .scrolldb:before {
    width: 8px;
    height: 8px;
  }
}

.inside-news-show2{
	line-height:2;
	font-size:0.18rem;
	color:#333;
}

.inside-news-show2 p{
	text-indent:2em;
}

.inside-news-show2 h1{
	color:#1e51a2;
}

.inside-news-show2 .line{
	display: block;
	width: 1rem;
	border: 1px solid #666;
}

.inside-news-show2 .tu{
	margin:0;
}
.inside-news-show2 .text-1{
	overflow:hidden;
}

.inside-news-show2 .text-1 .tu{
	width:50%;
	float:left;
}

.inside-news-show2 .text-1 .txt{
	width:50%;
	float:left;
	padding-left:60px;
}

.inside-news-show2 .text-2{
	overflow:hidden;
}

.inside-news-show2 .text-2 .tu{
	width:70%;
	float:left;
}

.inside-news-show2 .text-2 .txt{
	width:30%;
	float:left;
	padding-left:60px;
}

@media (max-width: 1100px) {
	.inside-news-show2 .text-1 .tu{
		width:100%;
	}

	.inside-news-show2 .text-1 .txt{
		width:100%;
		padding-left:0;
	}

	.inside-news-show2 .text-2 .tu{
		width:100%;
		float:left;
	}

	.inside-news-show2 .text-2 .txt{
		width:100%;
		padding-left:0;
	}
}
.inside-product-show .pro01 .left ul li .pic{
	overflow: hidden;
    position: relative;
}
.inside-product-show .pro01 .left ul li .pic:after{
	content: "";
    display: block;
    padding-bottom: 77.03703704%;
}

.banner .swiper-button-next{
	right:30px;
}

.banner .swiper-button-prev {
	left:30px;
}
.banner .swiper-button-next:after {
	  content: '>';
	  font-family: '宋体';
	  font-size: 80px;
	  font-weight: lighter;
	  color:#fff;
}
.banner .swiper-button-prev:after {
	  content: '<';
	  font-family: '宋体';
	  font-size: 80px;
	  font-weight: lighter;
	  color:#fff;
}

.banner .swiper-button-next:hover:after{
	color:#007aff
}
.banner .swiper-button-prev:hover:after{
	color:#007aff
}